GMBLApplicationStatusDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | GMBLApplicationStatus.h |
Overview
The GMBLServicesStateDelegate protocol defines the methods used to receive events for the GMBLServicesState object.
– applicationStatus:didChangeLocationStatus:
Tells the delegate that location status has changed.
- (void)applicationStatus:(GMBLApplicationStatus *)applicationStatus didChangeLocationStatus:(GMBLLocationStatus)locationStatusParameters
applicationStatus |
The services state object reporting the event. |
|---|---|
locationStatus |
The new location authorization status. |
Discussion
Tells the delegate that location status has changed.
Declared In
GMBLApplicationStatus.h
– applicationStatus:didChangeBluetoothStatus:
Tells the delegate that bluetooth state has changed.
- (void)applicationStatus:(GMBLApplicationStatus *)applicationStatus didChangeBluetoothStatus:(GMBLBluetoothStatus)bluetoothStatusParameters
applicationStatus |
The services state object reporting the event. |
|---|---|
bluetoothStatus |
The new bluetooth state. |
Discussion
Tells the delegate that bluetooth state has changed.
Declared In
GMBLApplicationStatus.h