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

Classes

class  CSCallLogService
 Call Log Service provides history entries for calls that have been made or received on the client. More...
 
protocol  <CSCallLogServiceDelegate>
 Describes methods that are implemented by the delegate of a CSCallLogService. More...
 

Typedefs

typedef void(^ CSCallLogCompletionHandler) (NSError *error)
 Completion handler for actions performed on the CSCallLogService. More...
 

Enumerations

enum  CSCallLogOperationStatusType {
  CSCallLogOperationStatusTypeSucceeded = 0,
  CSCallLogOperationStatusTypeFailed
}
 Describes the status of call log service operations. More...
 

Typedef Documentation

typedef void(^ CSCallLogCompletionHandler) (NSError *error)

Completion handler for actions performed on the CSCallLogService.

Enumeration Type Documentation

Describes the status of call log service operations.

Enumerator
CSCallLogOperationStatusTypeSucceeded 

Operation is successful.

CSCallLogOperationStatusTypeFailed 

Operation failed.

Unrecoverable error. If the problem persists please consult support team.