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.

APP_INSTABILITY_DETECTED

The SDK detected app instability, so initialization was aborted.

All subsequent initialization attempts are blocked until the application is restarted.

This safety mechanism helps prevent additional instability and reduces the risk of crashes.

Last updated