java.lang.Object |
↳ |
com.google.android.gms.cast.CastRemoteDisplay.CastRemoteDisplayOptions.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
Creates a builder of CastRemoteDisplay.CastRemoteDisplayOptions
that configures the Cast remote
display API to connect to a Google Cast device.
Parameters |
castDevice |
CastDevice :
The Cast receiver device returned from the MediaRouter . May not be null . |
callbacks |
CastRemoteDisplay.CastRemoteDisplaySessionCallbacks :
The callbacks for Cast Remote Display session events. May not be
null . |
Returns |
|
A builder for the Cast Remote Display API options.
|
Public Methods
Builds a CastOptions with the arguments supplied to this builder.