BDZoneExitEvent
@interface BDZoneExitEvent : NSObject
Contains information about a Zone Exit Event
A BDZoneExitEvent objects will be delivered to your application’s BDPGeoTriggeringEventDelegate
when Geotriggering event occurs (for e.g. fence entry and exit events).
-
The Fence that was entered into
Declaration
Objective-C
@property (copy, readonly) BDFenceInfo *_Nonnull fence;
-
The Zone that was entered into
Declaration
Objective-C
@property (copy, readonly) BDZoneInfo *_Nonnull zone;
-
The date and time of the Zone exit event.
Declaration
Objective-C
@property (copy, readonly) NSDate *_Nonnull date;
-
The dwell time in minutes of the device within the fence.
Declaration
Objective-C
@property (readonly) NSUInteger duration;