# SmartGeofenceEventListener

A listener that receives smart geofence entry and exit updates.

## SmartGeofenceEventListener API

### `onSmartGeofenceEvent`

> ```java
> void onSmartGeofenceEvent(SmartGeofenceEvent event)
> ```
>
> Called whenever a smart geofence entry or exit is detected.

<table><thead><tr><th width="193">Parameters</th><th></th></tr></thead><tbody><tr><td>event</td><td>A <a href="smartgeofenceevent">SmartGeofenceEvent</a> object representing the entry/exit event that just happened.</td></tr></tbody></table>
