monitorTransitions property

Set<GeofenceTransition> monitorTransitions
final

监听事件集合(enter / exit / dwell 任意组合)。

  • 🅰️ Android:原生固定 enter + exit;包含 dwell 时该事件被忽略, 控制台输出 warning(原生 dwell 固定 10 分钟不可配置)
  • 🍏 iOS:映射 TencentLBSGeofenceActiveAction 位掩码
  • 🔶 Harmony:映射 monitorEvents 数组(仅支持圆形)

Implementation

final Set<GeofenceTransition> monitorTransitions;