public class EddystoneNamespace extends java.lang.Object implements IEddystoneNamespace
IEddystoneNamespace implementation.| Modifier and Type | Field and Description |
|---|---|
static <any> |
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.
|
| Constructor and Description |
|---|
EddystoneNamespace(java.lang.String name,
java.lang.String namespaceId)
Instantiates a new Eddystone namespace.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IEddystoneNamespace another) |
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getId() |
java.lang.String |
getName() |
int |
hashCode() |
void |
writeToParcel(Parcel dest,
int flags) |
public static EddystoneNamespace EVERYWHERE
public static final <any> CREATOR
public EddystoneNamespace(java.lang.String name,
java.lang.String namespaceId)
name - the namenamespaceId - the namespace idpublic java.lang.String getId()
getId in interface IEddystoneNamespacepublic java.lang.String getName()
getName in interface IEddystoneNamespacepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int compareTo(IEddystoneNamespace another)
compareTo in interface java.lang.Comparable<IEddystoneNamespace>public int hashCode()
hashCode in class java.lang.Objectpublic int describeContents()
public void writeToParcel(Parcel dest,
int flags)