|
Avaya Client Services API Reference (iOS)
|
Message waiting status information. More...
#import <CSMessageWaitingStatus.h>
Inherits NSObject.
Properties | |
| BOOL | hasMessagesWaiting |
| A Boolean value indicating whether there are new messages waiting. More... | |
| NSInteger | newMessageCount |
| The number of new messages waiting, if provided by the messaging system. More... | |
| NSInteger | totalMessageCount |
| The total number of messages stored, if provided by the messaging system. More... | |
| NSInteger | newUrgentMessageCount |
| The number of new urgent messages waiting, if provided by the messaging system. More... | |
| NSInteger | totalUrgentMessageCount |
| The total number of urgent messages stored, if provided by the messaging system. More... | |
Message waiting status information.
|
readwritenonatomicassign |
A Boolean value indicating whether there are new messages waiting.
This flag is set for all messaging systems.
|
readwritenonatomicassign |
The number of new messages waiting, if provided by the messaging system.
Set to a value of -1 if the messaging system does not provide this information.
|
readwritenonatomicassign |
The number of new urgent messages waiting, if provided by the messaging system.
Set to a value of -1 if the messaging system does not provide this information.
|
readwritenonatomicassign |
The total number of messages stored, if provided by the messaging system.
Set to a value of -1 if the messaging system does not provide this information.
|
readwritenonatomicassign |
The total number of urgent messages stored, if provided by the messaging system.
Set to a value of -1 if the messaging system does not provide this information.