UARegionEvent Class Reference
Inherits from | UAEvent : NSObject |
Declared in | UARegionEvent.h |
Tasks
-
proximityRegion
property -
circularRegion
property -
+ regionEventWithRegionID:source:boundaryEvent:
Properties
Class Methods
regionEventWithRegionID:source:boundaryEvent:
Factory method for creating a region event.
+ (nullable instancetype)regionEventWithRegionID:(NSString *)regionID source:(NSString *)source boundaryEvent:(UABoundaryEvent)boundaryEvent
Parameters
- regionID
The ID of the region.
- source
The source of the event.
- boundaryEvent
The type of boundary crossing event.
Return Value
Region event object or nil
if error occurs.
Declared In
UARegionEvent.h