AI-generated Key Takeaways
-
CastReceiverOptions represents options for the Cast ATV receiver library.
-
It includes nested classes for building options and checking launch requests.
-
The class provides methods to retrieve custom namespaces, launch request checker, status text, and version code.
-
CastReceiverOptions implements the Parcelable interface.
Options of Cast ATV receiver library.
Nested Class Summary
| class | CastReceiverOptions.Builder | Builder for CastReceiverOptions. |
|
| interface | CastReceiverOptions.LaunchRequestChecker | Interface for checking if a launch request is supported. | |
Inherited Constant Summary
Public Method Summary
| List<String> |
getCustomNamespaces()
Returns the list of custom namespaces.
|
| CastReceiverOptions.LaunchRequestChecker |
getLaunchRequestChecker()
Returns the callback to check if a launch request is supported.
|
| String |
getStatusText()
Returns the status text.
|
| int |
getVersionCode()
Returns the version code of the receiver app.
|
| void |
writeToParcel(Parcel out, int
flags)
|
Inherited Method Summary
Public Methods
public CastReceiverOptions.LaunchRequestChecker getLaunchRequestChecker ()
Returns the callback to check if a launch request is supported.
public String getStatusText ()
Returns the status text.
public int getVersionCode ()
Returns the version code of the receiver app.