InitState
Last updated
Last updated
Indicates the SDK initialization state.
NOT_INITIALIZED
The SDK has not been initialized or a previous initialization attempt has failed. To initialize the SDK, call or .
INIT_IN_PROGRESS
Initialization is in progress. When it completes, Sentiance#initialize() or Sentiance#initialize(SentianceOptions) will return . Do not call or during this state. Doing so will throw an .
INITIALIZED
The SDK has been initialized. Do not call init during this state. Doing so will throw an .
RESETTING
SDK reset is in progress as a result of calling .