AI-generated Key Takeaways
-
SenderInfo provides information about a sender and implements the Parcelable interface.
-
It includes methods to retrieve the sender's ID, user agent, and the CastLaunchRequest used for launching.
-
The class also provides standard methods like equals, hashCode, and writeToParcel.
The information about a sender.
Inherited Constant Summary
Public Method Summary
| boolean | |
| CastLaunchRequest |
getCastLaunchRequest()
Returns the
CastLaunchRequest
that the sender used to launch with.
|
| String |
getSenderId()
Returns the ID of the sender.
|
| String |
getUserAgent()
Returns the user agent of the sender.
|
| int |
hashCode()
|
| void |
writeToParcel(Parcel out, int
flags)
|
Inherited Method Summary
Public Methods
public boolean equals (Object other)
public CastLaunchRequest getCastLaunchRequest ()
Returns the CastLaunchRequest
that the sender used to launch with.
public String getSenderId ()
Returns the ID of the sender.
public String getUserAgent ()
Returns the user agent of the sender.