| java.lang.Object | |
| ↳ | com.google.android.gms.cast.Cast.CastOptions |
API configuration parameters for Cast. The Cast.CastOptions.Builder is used
to create an instance of Cast.CastOptions.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Cast.CastOptions.Builder | A builder to create an instance of Cast.CastOptions to set
API configuration parameters for Cast. |
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Use the
Cast.CastOptions.Builder constructor instead.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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. |