Package com.medm.devicekit
Interface BluetoothState.TurnOnListener
- Enclosing class:
 - BluetoothState
 
public static interface BluetoothState.TurnOnListener
- 
Method Summary
Modifier and TypeMethodDescriptionvoidNotify if bluetooth state turned on by the user. 
- 
Method Details
- 
onBluetoothOn
void onBluetoothOn()Notify if bluetooth state turned on by the user. Please note that ifMedMDeviceKitConfig.controlBluetoothStateis set the callback isn't called for Android 12 or lower. 
 -