InitializationFailureReason

Represents the initialiation failure.

UNSUPPORTED_OS_VERSION

The SDK does not support the existing OS version.

REINITIALIZATION_NOT_ALLOWED

Reinitialization is not allowed while a Sentiance user exists, unless done across app restarts or after an SDK reset.

EXCEPTION_OR_ERROR

An exception or an error occurred during initialization. See InitializationResult#getThrowable().

SDK_RESET_IN_PROGRESS

Cannot initialize the SDK while it's being reset. Wait for the the reset operation to complete first.

Last updated