| 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
com.google.android.gms.common.internal.safeparcel.SafeParcelable
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
| 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.
| |||||||||||
Returns an unmodifiable list of namespaces supported by the application.
| |||||||||||
Tests if the application supports the given namespace.
| |||||||||||
|
[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 application's ID.
Returns the list of images. If there are no images, returns an empty list.
Returns the application's human-readable name.
Returns the identifier of the sender application that is the counterpart to the receiver application, if any.
Returns an unmodifiable list of namespaces supported by the application.
Tests if the application supports the given namespace.
| namespace | The namespace. |
|---|