AI-generated Key Takeaways
-
CastLaunchRequest is a class that contains information about a request to launch or join an application.
-
This class extends Object and implements the Parcelable interface.
-
It includes methods to retrieve credentials data, check equality with another object, and write to a Parcel.
The information about an request to launch or join the application.
Inherited Constant Summary
Public Method Summary
| boolean | |
| CredentialsData |
getCredentialsData()
Returns the credentials data in the launch request.
|
| int |
hashCode()
|
| void |
writeToParcel(Parcel out, int
flags)
|
Inherited Method Summary
Public Methods
public boolean equals (Object other)
public CredentialsData getCredentialsData ()
Returns the credentials data in the launch request. This may be
null.