java.lang.Object | |
↳ | com.google.android.gms.nearby.messages.SubscribeOptions.Builder |
Builder for instances of SubscribeOptions
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets a callback which will be notified when significant events occur that affect this
subscription.
| |||||||||||
Sets a filter to specify which messages to receive.
| |||||||||||
Sets a strategy for subscribing.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Sets a callback which will be notified when significant events occur that affect this subscription.
Sets a filter to specify which messages to receive. If not specified, the default is
INCLUDE_ALL_MY_TYPES
.
Sets a strategy for subscribing. If not specified, the default is DEFAULT
.