| java.lang.Object | |
| ↳ | com.google.android.gms.nearby.messages.PublishOptions |
Options for calls to publish(GoogleApiClient, Message).
Use the PublishOptions.Builder to create an instance of this class, e.g.:
PublishOptions options = new PublishOptions.Builder()
.setStrategy(someStrategy)
.setCallback(myCallback)
.build();
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PublishOptions.Builder | Builder for instances of PublishOptions. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DEFAULT | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||