Methods
(abstract) loginStateChanged(params) → {void}
Implement this callback to execute your code when login state is changed. Agent login consists of some steps following in particular order. You can use this event to detect the state. For example, you can get application configuration in 'WORKING' state only.
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
params |
object
|
|
Returns:
- Type:
-
void
(abstract) sessionInitialized() → {void}
Implement this callback to execute your code when web socket initialization complete.
Returns:
- Type:
-
void