public class EddystoneNamespace extends java.lang.Object implements IEddystoneNamespace
IEddystoneNamespace
implementation.Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<EddystoneNamespace> |
CREATOR
The constant CREATOR.
|
static EddystoneNamespace |
EVERYWHERE
Predefined constant specifying that every visible remote Eddystone device should be notified
by Android device regardless of its belonging to the specific namespace.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IEddystoneNamespace another) |
static EddystoneNamespace |
create(java.lang.String name,
java.lang.String namespace,
boolean isShuffled) |
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName() |
java.lang.String |
getNamespace() |
int |
hashCode() |
boolean |
isShuffled() |
void |
writeToParcel(android.os.Parcel parcel,
int flags) |
public static EddystoneNamespace EVERYWHERE
public static final android.os.Parcelable.Creator<EddystoneNamespace> CREATOR
public static EddystoneNamespace create(java.lang.String name, java.lang.String namespace, boolean isShuffled)
public java.lang.String getNamespace()
getNamespace
in interface IEddystoneNamespace
public java.lang.String getName()
getName
in interface IEddystoneNamespace
public boolean isShuffled()
isShuffled
in interface IEddystoneNamespace
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int compareTo(IEddystoneNamespace another)
compareTo
in interface java.lang.Comparable<IEddystoneNamespace>
public int hashCode()
hashCode
in class java.lang.Object
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int flags)
writeToParcel
in interface android.os.Parcelable