ConnectedDevice

data class ConnectedDevice(val thisDevice: Boolean, val deviceName: String, val deviceId: String, val deviceType: DeviceSyncState.Type)

Representation of a device which is connected through sync.

Constructors

Link copied to clipboard
constructor(thisDevice: Boolean, deviceName: String, deviceId: String, deviceType: DeviceSyncState.Type)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard