> ## Documentation Index
> Fetch the complete documentation index at: https://qualcomm-3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# GeofenceBreachTypeMask

Specifies the geofence breach or dwell event in [GeofenceBreachCb](https://docs.qualcomm.com/doc/80-80023-25/topic/GeofenceBreachCb.html#geofence-breach-cb).

|             **Enum**            | **Value** |                   **Description**                   |
| :-----------------------------: | :-------: | :-------------------------------------------------: |
|   `GEOFENCE_BREACH_ENTER_BIT`   |   `0x1`   |    Indicates that a client entered the geofence.    |
|    `GEOFENCE_BREACH_EXIT_BIT`   |   `0x2`   |      Indicates that a client left the geofence.     |
|  `GEOFENCE_BREACH_DWELL_IN_BIT` |   `0x4`   |  Indicates that a client dwelt inside the geofence. |
| `GEOFENCE_BREACH_DWELL_OUT_BIT` |   `0x8`   | Indicates that a client dwelt outside the geofence. |
