java.lang.Object |
↳ |
com.google.android.gms.nearby.messages.SubscribeOptions.Builder |
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
SubscribeOptions.Builder
()
Public Methods
Sets a callback which will be notified when significant events occur that affect this
subscription.
Parameters |
callback |
SubscribeCallback
|
Sets a filter to specify which messages to receive. If not specified, the default is INCLUDE_ALL_MY_TYPES
.
Parameters |
filter |
MessageFilter
|
Sets a strategy for subscribing. If not specified, the default is DEFAULT
.
Parameters |
strategy |
Strategy
|