Class is used for notifying about entering or leaving Zones. More...
#include <com/navigine/idl/objc/NCZoneManager.h>
Inherits NSObject.
Instance Methods | |
| (void) | - addZoneListener: |
| Method is used to add ZoneListener class element which will notify entering or leaving Zones. | |
| (void) | - removeZoneListener: |
| Method is used for removing previously added ZoneListener class element. | |
Class is used for notifying about entering or leaving Zones.
Referenced from NavigineSdk.
Definition at line 18 of file NCZoneManager.h.
| - (void) addZoneListener: | (nullable id< NCZoneListener >) | listener |
Method is used to add ZoneListener class element which will notify entering or leaving Zones.
| listener | Сorresponding ZoneListener class. |
Swift code snippet:
Objective C code snippet:
| - (void) removeZoneListener: | (nullable id< NCZoneListener >) | listener |
Method is used for removing previously added ZoneListener class element.
| listener | Сorresponding ZoneListener class to remove. |
Swift code snippet:
Objective C code snippet: