Avaya Client Services API Reference (iOS)
Typedefs
CSMessagingCompletionHandler.h File Reference
#import <Foundation/Foundation.h>

Typedefs

typedef void(^ CSMessagingCompletionHandler) (NSError *error)
 Type of block used to report status of background task. More...
 
typedef void(^ CSMessagingMessageCompletionHandler) (CSMessage *message, NSError *error)
 
typedef void(^ CSMessagingMessageDeliveryDetailsCompletionHandler) (CSMessageDeliveryDetails *deliveryDetails, NSError *error)
 
typedef void(^ CSMessagingParticipantRetrievePictureCompletionHandler) (NSData *pictureData, NSError *error)
 Type of block used to report completion or failure of picture retrieval. More...
 
typedef void(^ CSConversationCompletionHandler) (CSMessagingConversation *conversation, NSError *error)
 Type of block used to report success completion of getting conversation by providerId process. More...
 

Typedef Documentation

typedef void(^ CSConversationCompletionHandler) (CSMessagingConversation *conversation, NSError *error)

Type of block used to report success completion of getting conversation by providerId process.

Parameters
conversationconversation object.
errorif operation fails, contains information about failure, nil otherwise.
typedef void(^ CSMessagingCompletionHandler) (NSError *error)

Type of block used to report status of background task.

typedef void(^ CSMessagingMessageCompletionHandler) (CSMessage *message, NSError *error)
typedef void(^ CSMessagingMessageDeliveryDetailsCompletionHandler) (CSMessageDeliveryDetails *deliveryDetails, NSError *error)
typedef void(^ CSMessagingParticipantRetrievePictureCompletionHandler) (NSData *pictureData, NSError *error)

Type of block used to report completion or failure of picture retrieval.

Parameters
pictureDatapicture in JPEG or PNG format.
errorif operation fails, contains information about failure, nil otherwise.