public interface GeofenceListener
| Modifier and Type | Method and Description |
|---|---|
void |
onEntered(String id)
This callback gets called once the device enters the Geofence area
|
void |
onExit(String id)
This callback gets called once the device is out of the Geofence area
|
Copyright © 2021. All rights reserved.