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

LoggingOut

data class LoggingOut : Status

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

Constructors

<init>

LoggingOut(reason: Reason, message: String)

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

Properties

message

val message: String

reason

val reason: Reason

Functions

toString

fun toString(): String