Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event string
Event instances are sent to the onEvent callback.
const ( // EventKeystoreAvailable is fired when the device's keystore becomes available (e.g. after // unlocking it). EventKeystoreAvailable Event = "keystoreAvailable" // EventKeystoreGone is fired when the device's keystore becomes unavailable, e.g. after a // reset. NOTE: It is not fired when the keystore is replaced. In that case, only // EventKeystoreAvailable is fired. EventKeystoreGone Event = "keystoreGone" )
Click to show internal directories.
Click to hide internal directories.