-
public class UsbYubiKeyManager
-
-
Constructor Summary
Constructors Constructor Description UsbYubiKeyManager(Context context)
-
Method Summary
Modifier and Type Method Description synchronized voidenable(UsbConfiguration usbConfiguration, Callback<out Object> listener)Registers receiver on usb connection event synchronized voiddisable()-
-
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 userlistener- the UsbSessionListener to react to changes
-
disable
synchronized void disable()
-
-
-
-