Package com.medm.devicekit
Interface BluetoothState.Listener
- Enclosing class:
- BluetoothState
public static interface BluetoothState.Listener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onStateChanged
(boolean isOn) Notify if bluetooth state changed by the user.
-
Method Details
-
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.
-