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

TencentLBSGeofenceActiveActionNone

不触发任何行为

TencentLBSGeofenceActiveActionEnter

进入围栏时触发

TencentLBSGeofenceActiveActionExit

离开围栏时触发

TencentLBSGeofenceActiveActionStayed

在围栏内停留一段时间后触发

Declared In

TencentLBSGeofenceRegion.h