Reason

enum Reason : Enum<UserManager.Status.Reason>

Entries

EncryptionFailure
Link copied to clipboard

There was a problem initializing the SDK due to an encryption issue. Unfortunately there's no way to recover the encrypted data. See this link about issues with the AndroidKeyStore system. When this happens the SDK will automatically clear the faulty encryption key and issue a new key.

UserNotAuthorised
Link copied to clipboard

The user is not authorized with the Smart Workspaces backend. This might happen due to a login failed (wrong username/password/token) or due to a revoked authorization on the backend side (HTTP-401/403).

ClientApplicationRequestedLogout
Link copied to clipboard

The client application called SmartSpacesSdk.logout

NotLoggedIn
Link copied to clipboard

This is the default initial reason for NotLoggedIn

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int