com.google.android.gms.cast.Cast.ApplicationConnectionResult |
The result of a call to one of the launchApplication(GoogleApiClient, String)
or joinApplication(GoogleApiClient)
methods. If an application is launched or joined, this object
contains information about that application, including its ApplicationMetadata
and
current status. If the launching or joining call fails, then all values except getApplicationStatus()
will be invalid.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the current application's metadata.
| |||||||||||
Returns the current application's human-readable status.
| |||||||||||
Returns the current application's unique session ID as an opaque string.
| |||||||||||
Returns whether the application was launched as the result of this call of
launchApplication(GoogleApiClient, String) . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the current application's metadata.
Returns | |
---|---|
ApplicationMetadata |
Returns the current application's human-readable status.
Returns | |
---|---|
String |
Returns the current application's unique session ID as an opaque string.
Returns | |
---|---|
String |
Returns whether the application was launched as the result of this call of launchApplication(GoogleApiClient, String)
.
Returns | |
---|---|
boolean |