Android APIs
public final class

CastRemoteDisplay

extends Object
java.lang.Object
   ↳ com.google.android.gms.cast.CastRemoteDisplay

Class Overview

The CastRemoteDisplay API provides a low level mechanism for any app to display a View on a cast device. For most use cases, CastRemoteDisplayLocalService may provide an easier solution, since it simplifies managing the Cast Remote Display session when the activity goes into the background. This service also provides a default notification, which may be customized. To use the service, construct a GoogleApiClient.Builder and pass API to addApi(Api). Once you have your GoogleApiClient, call connect() and wait for the onConnected(Bundle) method to be called.

Summary

Nested Classes
class CastRemoteDisplay.CastRemoteDisplayOptions API configuration parameters for CastRemoteDisplay
interface CastRemoteDisplay.CastRemoteDisplaySessionCallbacks Cast Remote Display session callbacks. 
interface CastRemoteDisplay.CastRemoteDisplaySessionResult 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. 
Fields
public static final Api<CastRemoteDisplay.CastRemoteDisplayOptions> API Token to pass to addApi(Api) to enable the CastRemoteDisplay features.
public static final CastRemoteDisplayApi CastRemoteDisplayApi An implementation of the CastRemoteDisplayAPI interface.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Api<CastRemoteDisplay.CastRemoteDisplayOptions> API

Token to pass to addApi(Api) to enable the CastRemoteDisplay features.

public static final CastRemoteDisplayApi CastRemoteDisplayApi

An implementation of the CastRemoteDisplayAPI interface. The interface is used to interact with a cast device.