storageError

@get:JvmName(name = "storageError")
val storageError: Boolean

Indicates whether there was an error trying to initialize the SDK's storage. If there was an error that means the SDK is unable to store any information and you should expect Status.FAILED as the initialization status.

Return

true if the SDK was unable to init its storage.

See also