debugGetBlueIdDetails

fun debugGetBlueIdDetails(callback: (String?, String?, Int?) -> Unit, onFail: (String) -> Unit)

Debug mode only. Do not use this method for normal user operation. The callback parameters are (in order): hardware version, firmware version, battery status

This will connect 3 times with the Blue-Id device to acquire:

  • Hardware revision

  • Firmware version

  • Battery status

This operation can take up to 45 seconds and it doesn't do any preliminary checks. Instead it directly calls blue-id and catches any exception.

On success, the data will be send to the backend.