SenderInfo

public class SenderInfo extends Object
implements Parcelable

The information about a sender.

Inherited Constant Summary

Public Method Summary

boolean
equals(Object other)
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
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.

public int hashCode ()

public void writeToParcel (Parcel out, int flags)