Avaya Client Services API Reference (iOS)
|
#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 void(^ CSMessagingParticipantsChangedCompletionHandler) (NSArray *participants, NSError *error) |
Type of block used to report change in conversation participants.
participants | Array of CSMessagingParticipant objects or nil in case of error. |
error | Error object or nil if operation succeeded. |