data class NotLoggedIn : Status
The user is not logged-in the Smart Workspaces backend
NotLoggedIn(reason: Reason, message: String)
The user is not logged-in the Smart Workspaces backend |
val message: String |
|
val reason: Reason |
fun toString(): String |