Enumeration Members

AUTHENTICATED: 2

Client has authenticated session but has not started sync (eg. long polling events)

AUTHENTICATED_AND_RESTARTING: 4

Client has authenticated session but the initial sync resulted in an error and client is in the middle of timeout until next try is done

AUTHENTICATED_AND_STARTED: 5

Client has authenticated session and has finished initial sync and is in the middle of the sync retry timeout (eg. client side sync delay timer is active only)

AUTHENTICATED_AND_STARTING: 3

Client has authenticated session and is in the middle of initial sync request from the backend

AUTHENTICATED_AND_SYNCING: 6

Client has authenticated session and is in the middle of a long polling sync request from the backend

AUTHENTICATING: 1

Client is in the middle of authenticating and has not started long polling

UNAUTHENTICATED: 0

Client has been initialized but does not have authenticated session

Generated using TypeDoc