Methods
onPinEntered(cb, opts)
Register a callback for the PIN Requested Entered
Parameters:
Name | Type | Description |
---|---|---|
cb |
function |
Callback the function to call in the event the pin is requested. |
opts |
Object |
The event configuration options |
onPinRequested(cb, opts)
Register a callback for the PIN Requested Event
Parameters:
Name | Type | Description |
---|---|---|
cb |
function |
Callback the function to call in the event the pin is requested. |
opts |
Object |
The event configuration options |