Package 

Interface AfterCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onRequestFinished(@NonNull() BluetoothDevice device) A callback invoked when the request has been precessed.
      • Methods inherited from class java.lang.Object

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

      • onRequestFinished

         abstract void onRequestFinished(@NonNull() BluetoothDevice device)

        A callback invoked when the request has been precessed. It is called no matter the resultof the request was.

        Parameters:
        device - the target device.