Response

external interface Response(source)

Properties

Link copied to clipboard
abstract var confirmed: Boolean

false should be passed in if the dialog is canceled. If the pairingKind is confirm or confirmPin, this value should indicate if the pairing is confirmed. If the pairingKind is providePin the value should be true when a value is provided.

Link copied to clipboard
abstract var pin: String?

When the pairingKind is providePin this value should be the required pin for the Bluetooth device.