data class LoggingOut : Status
The SDK is processing a log-out operation as requested by the host application.
LoggingOut(reason: Reason, message: String)
The SDK is processing a log-out operation as requested by the host application. |
val message: String |
|
val reason: Reason |
fun toString(): String |