Avaya Client Services API Reference (iOS)
Classes | Enumerations
CSMessageDeliveryDetails.h File Reference
#import <Foundation/Foundation.h>
#import "CSMessagingEnums.h"
#import "CSMessagingParticipant.h"

Classes

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

Enumerations

enum  CSRecipientMessageState {
  CSRecipientMessageStateUnknown,
  CSRecipientMessageStateDelivered,
  CSRecipientMessageStateRead
}
 Represents delivery state of a message at the individual chat participant (i.e.recipient) level. More...
 

Enumeration Type Documentation

Represents delivery state of a message at the individual chat participant (i.e.recipient) level.

Enumerator
CSRecipientMessageStateUnknown 

If the state of a remote recipient could not be determined, for example if the remote cluster is down or could not be reached.

CSRecipientMessageStateDelivered 

Delivered to recipient.

CSRecipientMessageStateRead 

Read by recipient.