@Beta public final class IAGeofenceRequest extends java.lang.Object implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
IAGeofenceRequest.Builder |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<IAGeofenceRequest> |
CREATOR |
static int |
INITIAL_TRIGGER_ENTER
Initial trigger value for enter.
|
static int |
INITIAL_TRIGGER_EXIT
Initial trigger value for exit.
|
Modifier | Constructor and Description |
---|---|
|
IAGeofenceRequest(IAGeofenceRequest.Builder builder) |
protected |
IAGeofenceRequest(android.os.Parcel in) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.util.List<IAGeofence> |
getGeofences()
Return the list of geofences in this IAGeofenceRequest.
|
int |
getInitialTrigger()
Return the initial trigger for the geofences in this request.
|
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final int INITIAL_TRIGGER_ENTER
ENTER
event is triggered if we are already
inside the geofences we are adding. This assumes that the transition events in
IAGeofence
include ENTER
event.public static final int INITIAL_TRIGGER_EXIT
EXIT
event is triggered if we are not inside the
geofences we are adding. This assumes that the transition events in IAGeofence
include EXIT
event.public static final android.os.Parcelable.Creator<IAGeofenceRequest> CREATOR
public IAGeofenceRequest(IAGeofenceRequest.Builder builder)
protected IAGeofenceRequest(android.os.Parcel in)
public java.util.List<IAGeofence> getGeofences()
IAGeofenceRequest.Builder.withGeofences(List)
,
IAGeofenceRequest.Builder.withGeofence(IAGeofence)
public int getInitialTrigger()
IAGeofenceRequest.Builder.withInitialTrigger(int)
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object