Links

InitState

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 Sentiance#initialize() or Sentiance#initialize(SentianceOptions).
INIT_IN_PROGRESS
Initialization is in progress. When it completes, Sentiance#initialize() or Sentiance#initialize(SentianceOptions) will return InitializationResult. Do not call Sentiance#initialize() or Sentiance#initialize(SentianceOptions) during this state. Doing so will throw an SdkException.
INITIALIZED
The SDK has been initialized. Do not call init during this state. Doing so will throw an SdkException.
RESETTING
SDK reset is in progress as a result of calling reset(ResetCallback).