MobiControlMessageCenterMessage

Superclass:
NSObject
Declared In:

Introduction

The MobiControlMessageCenterMessage object stores all details relating to a single non-chat message.



Properties

body
date
unread

body


@property (nonatomic,
    strong) NSString *body; 
Discussion

The text of the message body.

Availability
v11

date


@property (nonatomic,
    strong) NSDate *date; 
Discussion

The date of the message.

Availability
v11

unread


@property (nonatomic,
    assign) BOOL unread; 
Discussion

A Boolean value denoting whether or not the message is unread.

Availability
v11