ConnectionStateChanged

data class ConnectionStateChanged(val connectionState: String) : AccountEvents

This data class is used to handle account session states and errors

Constructors

Link copied to clipboard
fun ConnectionStateChanged(connectionState: String)

Properties

Link copied to clipboard
val connectionState: String

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
var type: String