GMBLBeaconManagerDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | GMBLBeaconManager.h |
Overview
The GMBLBeaconDelegate protocol defines the methods used to receive events for the GMBLBeaconManager object.
– beaconManager:didReceiveBeaconSighting:
required method
Tells the delegate that the user has sighted a beacon
- (void)beaconManager:(GMBLBeaconManager *)manager didReceiveBeaconSighting:(GMBLBeaconSighting *)sightingParameters
manager |
the beacon manager sending the sighting event |
|---|---|
sighting |
The recieved sighting |
Discussion
Tells the delegate that the user has sighted a beacon
Declared In
GMBLBeaconManager.h