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.