CastRemoteDisplay.CastRemoteDisplaySessionResult

public static interface CastRemoteDisplay.CastRemoteDisplaySessionResult implements Result

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.