PromptDevice

@Serializable
data class PromptDevice(val id: DeviceId, val name: String)

Device information displayed in a user prompt to select a device.

Official doc

Constructors

Link copied to clipboard
constructor(id: DeviceId, name: String)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

Display name as it appears in a device request user prompt.