Avaya Client Services API Reference (iOS)
Classes | Typedefs | Enumerations
CSExportService.h File Reference
#import <Foundation/Foundation.h>
#import "CSCapability.h"
#import "CSConference.h"
#import "CSMessagingConversation.h"

Classes

class  CSExportService
 The CSExportService object is accessible from the CSUser object, providing the ability to export messages for Conference Chat and Messaging conversation. More...
 
protocol  <CSExportServiceDelegate>
 Describes methods that are implemented by the delegate of a CSExportService. More...
 

Typedefs

typedef NSString * CSExportLocalizedStringKey
 Strings constants as keys for identifying localized strings. More...
 

Enumerations

enum  CSExportStatus {
  CSExportStarted,
  CSExportSucceeded,
  CSExportSucceededWithAttachmentFailure,
  CSExportNotSupported,
  CSExportFailed,
  CSExportMessageDownloadInProgress,
  CSExportMessageDownloadCompleted,
  CSExportMessageDownloadFailed,
  CSExportAttachmentDownloadInProgress,
  CSExportAttachmentDownloadCompleted,
  CSExportAttachmentDownloadFailed,
  CSExportFileWritingInProgress,
  CSExportFileWritingCompleted,
  CSExportFileWritingFailed,
  CSExportCancelInProgress,
  CSExportCancelSucceeded,
  CSExportCancelFailed
}
 status for Export progress More...
 

Typedef Documentation

typedef NSString* CSExportLocalizedStringKey

Strings constants as keys for identifying localized strings.

Enumeration Type Documentation

status for Export progress

Enumerator
CSExportStarted 
CSExportSucceeded 
CSExportSucceededWithAttachmentFailure 
CSExportNotSupported 
CSExportFailed 
CSExportMessageDownloadInProgress 
CSExportMessageDownloadCompleted 
CSExportMessageDownloadFailed 
CSExportAttachmentDownloadInProgress 
CSExportAttachmentDownloadCompleted 
CSExportAttachmentDownloadFailed 
CSExportFileWritingInProgress 
CSExportFileWritingCompleted 
CSExportFileWritingFailed 
CSExportCancelInProgress 
CSExportCancelSucceeded 
CSExportCancelFailed