API configuration parameters for Cast. The
Cast.CastOptions.Builder
is used to create an instance of Cast.CastOptions.
| class | Cast.CastOptions.Builder | A builder to create an instance of
Cast.CastOptions
to set API configuration parameters for Cast. |
|
| static Cast.CastOptions.Builder |
builder(CastDevice
castDevice, Cast.Listener
castListener)
This method is deprecated. Use the
Cast.CastOptions.Builder
constructor instead.
|
| boolean | |
| int |
hashCode()
|
This method is deprecated.
Use the Cast.CastOptions.Builder
constructor instead.
Configures the Cast API to connect to this Google Cast device.
| castDevice | The Cast receiver device returned from the MediaRouteProvider. May not be
null. |
|---|---|
| castListener | The listener for Cast events. May not be null. |