DeviceConnected

data class DeviceConnected(val deviceName: String) : AccountEvent

Sent when a new device connects to 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. It may also show the user an informational notice about the new device, as a security measure.

Constructors

Link copied to clipboard
constructor(deviceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard