Avaya Client Services API Reference (OS X)
Properties | List of all members
CSChatMessage Class Reference

Represents chat message and associated information. More...

#import <CSChatMessage.h>

Inherits NSObject.

Properties

NSString * messageId
 Message id. More...
 
NSDate * time
 Time of message delivery to the server. More...
 
NSString * message
 Message content. More...
 
CSParticipantsender
 Sender of the message. More...
 
CSParticipantrecipient
 Recipient of the message. More...
 
BOOL privateMessage
 True if message is private, false if message is public. More...
 

Detailed Description

Represents chat message and associated information.

Property Documentation

- (NSString*) message
readnonatomicassign

Message content.

- (NSString*) messageId
readnonatomicassign

Message id.

- (BOOL) privateMessage
readnonatomicassign

True if message is private, false if message is public.

- (CSParticipant*) recipient
readnonatomicassign

Recipient of the message.

- (CSParticipant*) sender
readnonatomicassign

Sender of the message.

- (NSDate*) time
readnonatomicassign

Time of message delivery to the server.


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