Page Summary
-
The
CastRemoteDisplay.CastRemoteDisplaySessionResultinterface is deprecated. -
Instead of using this interface, you should use
CastRemoteDisplayClientviaCastRemoteDisplay.getClient(Context). -
This object provides information about a remote display session, including its virtual display and status, once the session is established.
-
If the connection fails, only the status will be valid; other values will be invalid.
-
The
getPresentationDisplay()method returns the virtual display of the current remote display session.
This interface is deprecated.
Use the CastRemoteDisplayClient
via
CastRemoteDisplay.getClient(Context) instead.
When a remote display session to a device has been established, this object contains information about the session, including its virtual display and current status. If the connection fails, then all values except getStatus() will be invalid.
Public Method Summary
| abstract Display |
getPresentationDisplay()
Returns the virtual display of the current remote display session.
|
Inherited Method Summary
Public Methods
public abstract Display getPresentationDisplay ()
Returns the virtual display of the current remote display session.