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

NotLoggedIn

data class NotLoggedIn : Status

The user is not logged-in the Smart Workspaces backend

Constructors

<init>

NotLoggedIn(reason: Reason, message: String)

The user is not logged-in the Smart Workspaces backend

Properties

message

val message: String

reason

val reason: Reason

Functions

toString

fun toString(): String