-
@FunctionalInterface() public interface AfterCallback
-
-
Method Summary
Modifier and Type Method Description abstract voidonRequestFinished(@NonNull() BluetoothDevice device)A callback invoked when the request has been precessed. -
-
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.
-
-
-
-