Sensorberg Smart Spaces SDK for Android / com.sensorberg.smartworkspace.sdk / UserManager / Status

Status

sealed class Status

Base class for the possible statuses of the SmartWorkspaceSdk

Types

Initializing

object Initializing : 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

data class LoggingOut : Status

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

NotLoggedIn

data class NotLoggedIn : Status

The user is not logged-in the Smart Workspaces backend

Ready

object Ready : Status

The SDK is initialized and user is logged in.

Reason

enum class Reason

Inheritors

Initializing

object Initializing : 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

data class LoggingOut : Status

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

NotLoggedIn

data class NotLoggedIn : Status

The user is not logged-in the Smart Workspaces backend

Ready

object Ready : Status

The SDK is initialized and user is logged in.