| java.lang.Object | |
| ↳ | com.google.android.gms.cast.ApplicationMetadata |
Cast application metadata.
Contains metadata about the receiver application, supplied in
Cast.ApplicationConnectionResult.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||
From interface
com.google.android.gms.common.internal.safeparcel.SafeParcelable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Tests if the application supports all of the given namespaces.
| |||||||||||
Returns the application's ID.
| |||||||||||
Returns the list of images.
| |||||||||||
Returns the application's human-readable name.
| |||||||||||
Returns the identifier of the sender application that is the counterpart to the receiver
application, if any.
| |||||||||||
Tests if the application supports the given namespace.
| |||||||||||
Returns the application's human-readable name.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Tests if the application supports all of the given namespaces.
| namespaces | The list of namespaces. |
|---|
Returns the list of images. If there are no images, returns an empty list.
Returns the identifier of the sender application that is the counterpart to the receiver application, if any.
Tests if the application supports the given namespace.
| namespace | The namespace. |
|---|