Avaya Client Services API Reference (iOS)
|
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... | |
User configuration information for the Agent service.
This class provides configuration and preference data for the Agent service features.
|
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.
|
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.
|
readwritenonatomicassign |
The logout reason code for automatic agent logout.
The reason code is set to 0 by default.