| java.lang.Object | |
| ↳ | com.google.android.gms.awareness.state.BeaconState.TypeFilter |
The type of beacon to match. Beacons can be specified by either:
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.android.gms.common.internal.safeparcel.SafeParcelable
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a
BeaconState.TypeFilter that matches against beacons with the
given namespace and type, regardless of the content. | |||||||||||
Creates a
BeaconState.TypeFilter that matches against beacons with the
given namespace, type, and content. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Creates a BeaconState.TypeFilter that matches against beacons with the
given namespace and type, regardless of the content.
| namespace | Beacon namespace to match against. |
|---|---|
| type | beacon Type to match against. |
Creates a BeaconState.TypeFilter that matches against beacons with the
given namespace, type, and content.
| namespace | Beacon namespace to match against. |
|---|---|
| type | beacon Type to match against. |
| content | Beacon context to match against. This must be an exact byte-for-byte match for the content. |