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 |
INIT_IN_PROGRESS | Initialization is in progress. When it completes, Sentiance#initialize() or Sentiance#initialize(SentianceOptions) will return |
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 |
Last updated