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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tests if the application supports all of the given namespaces.
| |||||||||||
Returns the application's ID.
| |||||||||||
Returns the list of image metadata associated with the receiver application.
| |||||||||||
Returns the application's human-readable name.
| |||||||||||
If there is an Android sender application that is the counterpart to the receiver
application, this method returns the unique identifier of that sender application in the
Google Play Store.
| |||||||||||
Returns an unmodifiable list of namespaces supported by the application.
| |||||||||||
Tests if the application supports the given namespace.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Tests if the application supports all of the given namespaces.
Namespaces are defined by a string and must begin with urn:x-cast:
followed by any
string. For example, urn:x-cast:com.example.cast.mynamespace
.
Parameters | |
---|---|
namespaces |
List :
The list of namespaces.
|
Returns | |
---|---|
boolean |
Parameters | |
---|---|
obj |
Object
|
Returns | |
---|---|
boolean |
Returns the application's ID.
Returns | |
---|---|
String |
Returns the application's human-readable name.
Returns | |
---|---|
String |
If there is an Android sender application that is the counterpart to the receiver application, this method returns the unique identifier of that sender application in the Google Play Store. Returns null if no such sender application.
Returns | |
---|---|
String |
Returns an unmodifiable list of namespaces supported by the application.
Namespaces are defined by a string and must begin with urn:x-cast:
followed by any
string. For example, urn:x-cast:com.example.cast.mynamespace
.
Returns | |
---|---|
List<String> |
Returns | |
---|---|
int |
Tests if the application supports the given namespace.
Namespaces are defined by a string and must begin with urn:x-cast:
followed by any
string. For example, urn:x-cast:com.example.cast.mynamespace
.
Parameters | |
---|---|
namespace |
String :
The namespace.
|
Returns | |
---|---|
boolean |
Returns | |
---|---|
String |
Parameters | |
---|---|
out |
Parcel
|
flags |
int
|