CPMessageStatus
@objc
public class CPMessageStatus : NSObject
Used for presenting the application with message status notification information.
-
The new status of the message
Declaration
Swift
@objc public let status: MessageDeliveryStatus
-
The participant with which the message is shared. This can be used to identify the conversation to which this notification applies.
Declaration
Swift
@objc public internal(set) var participant: String { get }
-
Undocumented
Declaration
Swift
@objc public var conversationType: MessageSessionType
-
The unique message identifier. This can be used to identify which message has changed.
Declaration
Swift
@objc public internal(set) var messageId: String { get }
-
The local address used when sending the message
Declaration
Swift
@objc public let sender: String