Package 

Class UsbYubiKeyManager

    • Method Summary

      Modifier and Type Method Description
      synchronized void enable(UsbConfiguration usbConfiguration, Callback<out Object> listener) Registers receiver on usb connection event
      synchronized void disable()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UsbYubiKeyManager

        UsbYubiKeyManager(Context context)
    • Method Detail

      • enable

         synchronized void enable(UsbConfiguration usbConfiguration, Callback<out Object> listener)

        Registers receiver on usb connection event

        Parameters:
        usbConfiguration - contains information if device manager also registers receiver onpermissions grant from user
        listener - the UsbSessionListener to react to changes
      • disable

         synchronized void disable()