MCEInboxMessage Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NSItemProviderWriting |
Declared in | MCEInboxMessage.h MCEInboxMessage.m |
Other Methods
– mailingId
mailingId is an identifier that specifies a mailing.
- (id)mailingId
Discussion
mailingId is an identifier that specifies a mailing.
Declared In
MCEInboxMessage.h
– isExpired
The isExpired property returns TRUE when the message is expired and FALSE otherwise.
- (BOOL)isExpired
Discussion
The isExpired property returns TRUE when the message is expired and FALSE otherwise.
Declared In
MCEInboxMessage.h
– isDeleted
isDeleted is TRUE when the message no longer displays in the message list and is FALSE by default.
- (BOOL)isDeleted
Discussion
isDeleted is TRUE when the message no longer displays in the message list and is FALSE by default.
Declared In
MCEInboxMessage.h
– isRead
isRead is TRUE when the message has been read and FALSE by default.
- (BOOL)isRead
Discussion
isRead is TRUE when the message has been read and FALSE by default.
Declared In
MCEInboxMessage.h
Other Methods
inboxMessageId
inboxMessageId is a unique identifier for the inbox message.
@property NSString *inboxMessageId
Discussion
inboxMessageId is a unique identifier for the inbox message.
Declared In
MCEInboxMessage.h
content
content is where the template’s content is stored. The elements of this dictionary are undefined by the SDK and consist of whatever is sent.
@property NSDictionary *content
Discussion
content is where the template’s content is stored. The elements of this dictionary are undefined by the SDK and consist of whatever is sent.
Declared In
MCEInboxMessage.h
expirationDate
expirationDate is the date that the message is no longer available for viewing.
@property NSDate *expirationDate
Discussion
expirationDate is the date that the message is no longer available for viewing.
Declared In
MCEInboxMessage.h
sendDate
sendDate is the date that the message is sent to the user.
@property NSDate *sendDate
Discussion
sendDate is the date that the message is sent to the user.
Declared In
MCEInboxMessage.h
templateName
template is an identifier that matches a template object in the MCETemplateRegistry.
@property NSString *templateName
Discussion
template is an identifier that matches a template object in the MCETemplateRegistry.
Declared In
MCEInboxMessage.h
attribution
attribution is an identifier that specifies a campaign.
@property NSString *attribution
Discussion
attribution is an identifier that specifies a campaign.
Declared In
MCEInboxMessage.h