MobiControlMessageCenterMessage
IntroductionThe MobiControlMessageCenterMessage object stores all details relating to a single non-chat message. Propertiesbody@property (nonatomic, strong) NSString *body; DiscussionThe text of the message body.
date@property (nonatomic, strong) NSDate *date; DiscussionThe date of the message.
unread@property (nonatomic, assign) BOOL unread; DiscussionA Boolean value denoting whether or not the message is unread.
|