-
@FunctionalInterface() public interface BeforeCallback
-
-
Method Summary
Modifier and Type Method Description abstract voidonRequestStarted(@NonNull() BluetoothDevice device)A callback invoked when the request is about to start. -
-
Method Detail
-
onRequestStarted
abstract void onRequestStarted(@NonNull() BluetoothDevice device)
A callback invoked when the request is about to start.
- Parameters:
device- the target device.
-
-
-
-