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