Class BeaconFilter

  • All Implemented Interfaces:
    android.os.Parcelable

    public class BeaconFilter
    extends Object
    implements android.os.Parcelable
    Represents a BLE filter. Now the only field is the BLE proximity UUID
    • Field Detail

      • CREATOR

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

      • getUuid

        @NonNull
        public String getUuid()
        Get the Beacon UUID
        Returns:
        uuid
      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object