Avaya Client Services API Reference (iOS)
Classes | Typedefs
CSMessagingConversation.h File Reference
#import <Foundation/Foundation.h>
#import "CSDataRetrievalWatcher.h"
#import "CSCapability.h"
#import "CSMessage.h"
#import "CSMessagingEnums.h"
#import "CSMessagingParticipant.h"
#import "CSMessagingCompletionHandler.h"

Classes

class  CSMessagingConversation
 Interface for all conversation related tasks and properties. More...
 
protocol  <CSMessagingConversationDelegate>
 
protocol  <CSMessagingComposingParticipantsWatcherDelegate>
 

Typedefs

typedef void(^ CSMessagingParticipantsChangedCompletionHandler) (NSArray *participants, NSError *error)
 Type of block used to report change in conversation participants. More...
 

Typedef Documentation

typedef void(^ CSMessagingParticipantsChangedCompletionHandler) (NSArray *participants, NSError *error)

Type of block used to report change in conversation participants.

Parameters
participantsArray of CSMessagingParticipant objects or nil in case of error.
errorError object or nil if operation succeeded.