Response UI Event
Last updated
Was this helpful?
Last updated
Was this helpful?
Transfer data to the device, currently supporting data transfer for PIN and passphrase.
type
— required string
. type to respond to ui-receive_pin
or ui-receive_passphrase
payload
— required object
If entering the PIN on the software side, replace the content of pin_value
. If the PIN needs to be entered on the hardware side, set pin_value
as @@ONEKEY_INPUT_PIN_IN_DEVICE
.
If the passphrase needs to be entered on the device, set value to '' and set passphraseOnDevice to true.