DeviceConnectionEvent
public struct DeviceConnectionEvent : Decodable
Device connection events sent by the server.
-
An opaque value identifying the device.
Declaration
Swift
public let device: String -
The payload of the event.
Declaration
Swift
public let deviceInfo: DeviceInfo?
View on GitHub
DeviceConnectionEvent Structure Reference