MedM DeviceKit
|
Error callback to get notifications about errors. More...
#import <ErrorCallback.h>
Instance Methods | |
(void) | - onBluetoothTurnedOff |
The bluetooth is off. More... | |
(void) | - onBluetoothUnauthorized |
The bluetooth usage is unauthorized. More... | |
Error callback to get notifications about errors.
Currently only used to notify if bluetooth is off.
- (void) onBluetoothTurnedOff |
The bluetooth is off.
The app should ask a user to turn it on.
- (void) onBluetoothUnauthorized |
The bluetooth usage is unauthorized.
The app should ask a user to authorize it.