|
Avaya Client Services API Reference (iOS)
|
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... | |
Describes methods that are implemented by the delegate of a CSExportService.
| - (void) didChangeStatusForChatExport: | (CSConference *) | conference | |
| status: | (CSExportStatus) | exportStatus | |
Called when export status on Conference Chat has changed.
| conference | the Conference object whose public chat export status has changed. |
| exportStatus | the current status of Export. |
| - (void) didChangeStatusForMessagingConversationExport: | (CSMessagingConversation *) | conversation | |
| status: | (CSExportStatus) | exportStatus | |
Called when export status on Messaging Conversation has changed.
| conversation | the Messaging Conversation whose export status has changed. |
| exportStatus | the current status of Export. |