java.lang.Object |
↳ |
com.google.android.gms.nearby.messages.PublishOptions.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
PublishOptions.Builder
()
Public Methods
Sets a callback which will be notified when significant events occur that affect this
publish.
Parameters |
callback |
PublishCallback
|
Sets the strategy for publishing. The default if not explicitly set is DEFAULT
.
Parameters |
strategy |
Strategy
|