-
public interface OnThingGeoFencesListener
-
-
Method Summary
Modifier and Type Method Description abstract void
onSuccess(ArrayList<ThingGeoFence> thingGeoFences)
Successfully obtained a list of geofence information abstract void
onError(String error)
Failed to get list of geofence info -
-
Method Detail
-
onSuccess
abstract void onSuccess(ArrayList<ThingGeoFence> thingGeoFences)
Successfully obtained a list of geofence information
- Parameters:
thingGeoFences
- List of geofence's info.
-
onError
abstract void onError(String error)
Failed to get list of geofence info
- Parameters:
error
- error info
-
-
-
-