Avaya Client Services API Reference (iOS)
Properties | List of all members
CSMessageDeliveryDetails Class Reference

This class defines delivery details of message. More...

#import <CSMessageDeliveryDetails.h>

Inherits NSObject.

Properties

CSMessagingMessageDeliveryState deliveryState
 The message delivery state describing whether this message is being sent or delivered. More...
 
CSMessagingMessageReadState readState
 The message read state describing whether this message is read, partially read or not read. More...
 
NSDictionary< CSMessagingParticipant *, NSNumber * > * recipientMessageStates
 Dictionary of message states associated with recipients. More...
 

Detailed Description

This class defines delivery details of message.

Property Documentation

- (CSMessagingMessageDeliveryState) deliveryState
readnonatomicassign

The message delivery state describing whether this message is being sent or delivered.

Returns
Delivery state (eg. Unsent, Sent, Delivered).
- (CSMessagingMessageReadState) readState
readnonatomicassign

The message read state describing whether this message is read, partially read or not read.

Returns
Read state (eg. Unknown, NotRead, Read, PartiallyRead).
- (NSDictionary<CSMessagingParticipant *, NSNumber *>*) recipientMessageStates
readnonatomicassign

Dictionary of message states associated with recipients.

Returns
Dictionary keyed by CSMessagingParticipant associated with CSRecipientMessageState

The documentation for this class was generated from the following file: