Package com.medm.devicekit
Interface BluetoothState.TurnOnListener
-
- Enclosing class:
- BluetoothState
public static interface BluetoothState.TurnOnListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onBluetoothOn()
Notify if bluetooth state turned on by the user.
-
-
-
Method Detail
-
onBluetoothOn
void onBluetoothOn()
Notify if bluetooth state turned on by the user. Please note that ifMedMDeviceKitConfig.controlBluetoothState
is set the callback isn't called for Android 12 or lower.
-
-