sealed class Status
Base class for the possible statuses of the SmartWorkspaceSdk
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). |
|
data class LoggingOut : Status
The SDK is processing a log-out operation as requested by the host application. |
|
data class NotLoggedIn : Status
The user is not logged-in the Smart Workspaces backend |
|
object Ready : Status
The SDK is initialized and user is logged in. |
|
enum class Reason |
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). |
|
data class LoggingOut : Status
The SDK is processing a log-out operation as requested by the host application. |
|
data class NotLoggedIn : Status
The user is not logged-in the Smart Workspaces backend |
|
object Ready : Status
The SDK is initialized and user is logged in. |