PushNotificationMessage
public class PushNotificationMessage : LinphoneObject
Object holding chat message data received by a push notification.
-
Undocumented
Declaration
Swift
public static func getSwiftObject(cObject: OpaquePointer) -> PushNotificationMessage
-
Undocumented
Declaration
Swift
public var getCobject: OpaquePointer? { get }
-
Gets the call_id.
Declaration
Swift
public var callId: String { get }
Return Value
The call_id.
-
Gets the from_addr.
Declaration
Swift
public var fromAddr: Address? { get }
Return Value
The from_addr.
-
return true if it is a text message.
Declaration
Swift
public var isText: Bool { get }
Return Value
The is_text.
-
is
PushNotificationMessage
build from UserDefaults data or from aChatMessage
Declaration
Swift
public var isUsingUserDefaults: Bool { get }
Return Value
The is_using_user_defaults.
-
Gets the local_addr.
Declaration
Swift
public var localAddr: Address? { get }
Return Value
The local_addr.
-
Gets the peer_addr.
Declaration
Swift
public var peerAddr: Address? { get }
Return Value
The peer_addr.
-
Gets the subject.
Declaration
Swift
public var subject: String { get }
Return Value
The subject.
-
Gets the text content.
Declaration
Swift
public var textContent: String { get }
Return Value
The text_content.