DeviceAccess
Types
Link copied to clipboard
Link copied to clipboard
@Serializable
A device request opened a user prompt to select a device. Respond with the selectPrompt or cancelPrompt command.
Link copied to clipboard
Device information displayed in a user prompt to select a device.
Link copied to clipboard
Properties
Functions
Link copied to clipboard
suspend fun cancelPrompt(args: DeviceAccess.CancelPromptParameter, mode: CommandMode = CommandMode.DEFAULT)
Cancel a prompt in response to a DeviceAccess.deviceRequestPrompted event.
Link copied to clipboard
Disable events in this domain.
Link copied to clipboard
Enable events in this domain.
Link copied to clipboard
suspend fun selectPrompt(args: DeviceAccess.SelectPromptParameter, mode: CommandMode = CommandMode.DEFAULT)
Select a device in response to a DeviceAccess.deviceRequestPrompted event.