Class RealTimeRequest

  • All Implemented Interfaces:
    android.os.Parcelable

    public class RealTimeRequest
    extends Object
    implements android.os.Parcelable
    Represents the configuration for getting realtime devices positions in
    See Also:
    RealTimeManager
    • Field Detail

      • CREATOR

        public static final android.os.Parcelable.Creator<RealTimeRequest> CREATOR
    • Method Detail

      • getBuilding

        public Building getBuilding()
        Returns:
        building
      • getPollTime

        public int getPollTime()
        Returns:
        poll time milliseconds
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • describeContents

        public int describeContents()
        Specified by:
        describeContents in interface android.os.Parcelable
      • writeToParcel

        public void writeToParcel​(android.os.Parcel dest,
                                  int flags)
        Specified by:
        writeToParcel in interface android.os.Parcelable