Class SitumEvent

  • All Implemented Interfaces:
    android.os.Parcelable

    public class SitumEvent
    extends Object
    implements android.os.Parcelable
    An event: POI with radius, conversion area and asociated statistics. It is intended for usage in marketing apps
    • Field Detail

      • CREATOR

        public static final android.os.Parcelable.Creator<SitumEvent> CREATOR
    • Constructor Detail

      • SitumEvent

        public SitumEvent()
    • Method Detail

      • getBuildingId

        public int getBuildingId()
        Deprecated.
      • getId

        public int getId()
      • setId

        public void setId​(int id)
        Just for internal SDK use.
      • getFloor_id

        public int getFloor_id()
        Deprecated.
      • getRadius

        public float getRadius()
        Deprecated.
      • getName

        public String getName()
      • getHtml

        public String getHtml()
      • getConversion

        @Nullable
        public Circle getConversion()
        Returns the conversion area of the event. It will be null if no conversion area is defined.
      • getTrigger

        public Circle getTrigger()
        Returns the trigger area of the event
      • getCustomFields

        @NonNull
        public Map<String,​String> getCustomFields()
        Obtain a map with the custom fields for the current event. The returned map never is null but can be empty if not custom fields are specified in the dashboard
        Returns:
        Map with the custom fields for the current event
      • 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