Declared in UARegionEvent.h

UABoundaryEvent

Represents the boundary crossing event type.

Definition

typedef NS_ENUM(NSInteger, UABoundaryEvent ) {
   UABoundaryEventEnter = 1,
   UABoundaryEventExit = 2,
};

Constants

UABoundaryEventEnter

Enter event

Declared In UARegionEvent.h.

UABoundaryEventExit

Exit event

Declared In UARegionEvent.h.

Declared In

UARegionEvent.h