EMOobMessage
Objective-C
@protocol EMOobMessage <NSObject>
Swift
protocol EMOobMessage : NSObjectProtocol
Interface of message containers.
Since
3.0-
Gets the message MIME type.
Since
4.0
Declaration
Objective-C
@required @property (nonatomic, copy, readonly) NSString *messageMIMEType;Swift
var messageMIMEType: String! { get }Return Value
The MIME type.
-
Gets the message identifier.
Since
3.0
Declaration
Objective-C
@required @property (nonatomic, copy, readonly) NSString *messageId;Swift
var messageId: String! { get }Return Value
The message identifier.
-
Gets the provider identifier.
Since
3.0
Declaration
Objective-C
@required @property (nonatomic, copy, readonly) NSString *providerId;Swift
var providerId: String! { get }Return Value
The provider identifier.
-
Wipes sensitive data securely from memory.
Since
3.0Declaration
Objective-C
- (void)wipe;Swift
func wipe()
EMOobMessage Protocol Reference