-
@FunctionalInterface() public interface SuccessCallback
-
-
Method Summary
Modifier and Type Method Description abstract voidonRequestCompleted(@NonNull() BluetoothDevice device)A callback invoked when the request completed successfully. -
-
Method Detail
-
onRequestCompleted
abstract void onRequestCompleted(@NonNull() BluetoothDevice device)
A callback invoked when the request completed successfully.
- Parameters:
device- the target device.
-
-
-
-