public final class

DiscoveryOptions

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.nearby.connection.DiscoveryOptions

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<DiscoveryOptions> CREATOR
Public Constructors
DiscoveryOptions(Strategy strategy)
Public Methods
boolean equals(Object other)
Strategy getStrategy()
int hashCode()
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<DiscoveryOptions> CREATOR

Public Constructors

public DiscoveryOptions (Strategy strategy)

Parameters
strategy Strategy

Public Methods

public boolean equals (Object other)

Parameters
other Object
Returns
boolean

public Strategy getStrategy ()

Returns
Strategy

public int hashCode ()

Returns
int

public void writeToParcel (Parcel dest, int flags)

Parameters
dest Parcel
flags int