Declared in SBKConstants.h

SBKRegionState

Report the state for region.

Definition

typedef NS_ENUM(int, SBKRegionState ) {
   SBKRegionStateUnknown,
   SBKRegionStateEnter,
   SBKRegionStateLeave,
};

Constants

SBKRegionStateUnknown

the state was unknown.

Declared In SBKConstants.h.

SBKRegionStateEnter

enter a region.

Declared In SBKConstants.h.

SBKRegionStateLeave

leave a region.

Declared In SBKConstants.h.

Declared In

SBKConstants.h