Avaya Client Services API Reference (iOS)
Properties | List of all members
CSAgentConfiguration Class Reference

User configuration information for the Agent service. More...

#import <CSAgentConfiguration.h>

Inherits NSObject.

Properties

BOOL autoLoginOnStart
 The the flag indicating whether the agent should be automatically logged in upon Agent service start. More...
 
BOOL autoLogoutOnStop
 The the flag indicating whether the agent should be automatically logged out as part of graceful service shutdown. More...
 
NSInteger autoLogoutReasonCode
 The logout reason code for automatic agent logout. More...
 

Detailed Description

User configuration information for the Agent service.

This class provides configuration and preference data for the Agent service features.

Property Documentation

- (BOOL) autoLoginOnStart
readwritenonatomicassign

The the flag indicating whether the agent should be automatically logged in upon Agent service start.

The AutoLogin preference is set to false by default.

- (BOOL) autoLogoutOnStop
readwritenonatomicassign

The the flag indicating whether the agent should be automatically logged out as part of graceful service shutdown.

The AutoLogout preference is set to true by default.

- (NSInteger) autoLogoutReasonCode
readwritenonatomicassign

The logout reason code for automatic agent logout.

The reason code is set to 0 by default.


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