TencentLBSGeofenceActiveAction Constants Reference
| Declared in | TencentLBSGeofenceRegion.h |
|---|
TencentLBSGeofenceActiveAction
地理围栏触发行为枚举(位掩码),用于指定需要监听的围栏事件类型
Definition
typedef NS_OPTIONS(NSUInteger, TencentLBSGeofenceActiveAction ) {
TencentLBSGeofenceActiveActionNone = 0,
TencentLBSGeofenceActiveActionEnter = 1 < < 0,
TencentLBSGeofenceActiveActionExit = 1 < < 1,
TencentLBSGeofenceActiveActionStayed = 1 < < 2,
};
Constants
Declared In
TencentLBSGeofenceRegion.h