| java.lang.Object | |
| ↳ | com.google.android.gms.nearby.messages.MessageFilter |
Used to specify the set of messages to be received. In order to receive a message, the
MessageFilter must match the message. A MessageFilter is the logical OR of
multiple single filters.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MessageFilter.Builder | Builder for MessageFilter. |
||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.android.gms.common.internal.safeparcel.SafeParcelable
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | |||||||||||
| INCLUDE_ALL_MY_TYPES | A convenient filter that returns all types of messages published by this application's project. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
A convenient filter that returns all types of messages published by this application's project.