public class RealTimeRequest extends Object implements android.os.Parcelable
es.situm.sdk.realtime.RealTimeManager}| Modifier and Type | Class and Description |
|---|---|
static class |
RealTimeRequest.Builder
Builder to create a
RealTimeRequest instance
By default the poll time will be setted to 10 seconds. |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<RealTimeRequest> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Object o) |
Building |
getBuilding() |
int |
getPollTime() |
int |
hashCode() |
String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<RealTimeRequest> CREATOR
public Building getBuilding()
public int getPollTime()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable