Status

sealed class Status

Base class for the possible statuses of the SmartSpacesSdk

Types

Initializing
Link copied to clipboard
object Initializing : UserManager.Status

The SDK is initializing and it might take a couple of seconds. This status occurs after calling one of the login methods, or immediately after construction (while the saved encrypted data is being restored).

LoggingOut
Link copied to clipboard
data class LoggingOut(reason: UserManager.Status.Reason, message: String) : UserManager.Status

The SDK is processing a log-out operation as requested by the host application.

NotLoggedIn
Link copied to clipboard
data class NotLoggedIn(reason: UserManager.Status.Reason, message: String) : UserManager.Status

The user is not logged-in the Smart Workspaces backend

Ready
Link copied to clipboard
object Ready : UserManager.Status

The SDK is initialized and user is logged in.

Reason
Link copied to clipboard
enum Reason : Enum<UserManager.Status.Reason>

Inheritors

UserManager.Status
Link copied to clipboard
UserManager.Status
Link copied to clipboard
UserManager.Status
Link copied to clipboard
UserManager.Status
Link copied to clipboard