![]() |
iOS Point SDK
15.2.0
|
Contains information about a Zone, including the set of fences that comprise it. More...
#import <BDZoneInfo.h>
Instance Methods | |
(BOOL) | - isEqual: |
(BOOL) | - isEqualToInfo: |
(NSUInteger) | - hash |
Properties | |
NSString * | name |
NSString * | description |
NSString * | ID |
NSSet< BDFenceInfo * > * | fences |
NSSet< BDBeaconInfo * > * | beacons |
BOOL | checkOut |
Contains information about a Zone, including the set of fences that comprise it.
A set of BDZoneInfo objects will be delivered to your application's BDPLocationDelegate::locationDelegate at the time of their download from the Bluedot Point web-service.
This usually occurs immediately after the authentication process is complete.
- (NSUInteger) hash |
- (BOOL) isEqual: | (id) | other |
- (BOOL) isEqualToInfo: | (BDZoneInfo *) | info |
|
readatomiccopy |
The set of BDBeaconInfo beacons included in this Zone.
|
readatomicassign |
Whether CheckOuts should be generated for any CheckIns to this Zone.
|
readatomiccopy |
The description of this Zone that was entered into Point Access
|
readatomiccopy |
The set of BDFenceInfo fences included in this Zone.
|
readatomiccopy |
A unique GUID to identify this Zone by. This is permanent and may be used to identify specific Zones created in the Point Access web-interface, from your client application.
|
readatomiccopy |
The name of this Zone that was entered into Point Access