@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
Deprecated.
|
static int |
INITIAL_TRIGGER_EXIT
Deprecated.
|
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()
Deprecated.
|
boolean |
hasCloudGeofences() |
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
@Deprecated public static final int INITIAL_TRIGGER_ENTER
@Deprecated public static final int INITIAL_TRIGGER_EXIT
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)
@Deprecated public int getInitialTrigger()
public boolean hasCloudGeofences()
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