Avaya Client Services API Reference (iOS)
Instance Methods | List of all members
<CSExportServiceDelegate> Protocol Reference

Describes methods that are implemented by the delegate of a CSExportService. More...

#import <CSExportService.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - didChangeStatusForChatExport:status:
 Called when export status on Conference Chat has changed. More...
 
(void) - didChangeStatusForMessagingConversationExport:status:
 Called when export status on Messaging Conversation has changed. More...
 

Detailed Description

Describes methods that are implemented by the delegate of a CSExportService.

Method Documentation

- (void) didChangeStatusForChatExport: (CSConference *)  conference
status: (CSExportStatus exportStatus 

Called when export status on Conference Chat has changed.

Parameters
conferencethe Conference object whose public chat export status has changed.
exportStatusthe current status of Export.
- (void) didChangeStatusForMessagingConversationExport: (CSMessagingConversation *)  conversation
status: (CSExportStatus exportStatus 

Called when export status on Messaging Conversation has changed.

Parameters
conversationthe Messaging Conversation whose export status has changed.
exportStatusthe current status of Export.

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