GMBLBeaconManager Class Reference

Inherits from NSObject
Declared in GMBLBeaconManager.h

Overview

The GMBLBeaconManager defines the interface for delivering beacon sightings to your Gimbal enabled application. You use an instance of this class to start or stop beacon sightings.

In order to use the beacon manager, you must assign a class that conforms to the GMBLBeaconDelegate to the delegate property in order to receive beacon sighted events.

  delegate

The delegate object to receive place events.

@property (weak, nonatomic) id<GMBLBeaconManagerDelegate> delegate

Discussion

The delegate object to receive place events.

Declared In

GMBLBeaconManager.h

– startListening

Starts to listen to sightings based on the users proximity to beacons.

- (void)startListening

Discussion

Starts to listen to sightings based on the users proximity to beacons.

Declared In

GMBLBeaconManager.h

– stopListening

Stops listening to sightings of nearby beacons.

- (void)stopListening

Discussion

Stops listening to sightings of nearby beacons.

Declared In

GMBLBeaconManager.h