Package com.pointrlabs.core.geofence
Class GeofenceEvent
-
- All Implemented Interfaces:
-
java.io.Serializable
public class GeofenceEvent implements Serializable
Class represents information for geofence event
-
-
Method Summary
-
-
Method Detail
-
getType
int getType()
Get the type of the geofence event (enter or exit)
- Returns:
the type of the event
-
getGeofence
Geofence getGeofence()
Check if the event is internal, i.e. it is created by the SDK and not defined by the user on PC
- Returns:
true if the event is internal, false otherwise
-
hashCode
int hashCode()
-
-
-
-