DeviceDisconnected

data class DeviceDisconnected(val deviceId: String, val isLocalDevice: Boolean) : AccountEvent

Sent when a device disconnects from the user's account.

When receiving this event, the application may use it to trigger an update of any UI that shows the list of connected devices.

Constructors

Link copied to clipboard
constructor(deviceId: String, isLocalDevice: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard