CastRemoteDisplay.CastRemoteDisplaySessionCallbacks

public static interfaceCastRemoteDisplay.CastRemoteDisplaySessionCallbacks

This interface is deprecated.
Pass aPendingIntent in CastRemoteDisplayClient.startRemoteDisplay(CastDevice, String, int, android.app.PendingIntent)to get notified when the remote display session is ended.

Cast Remote Display session callbacks.

Public Method Summary

abstract void
onRemoteDisplayEnded(Status status)
Called when the remote display session ends.

Public Methods

public abstract voidonRemoteDisplayEnded(Status status)

Called when the remote display session ends.

Parameters
status The reason that caused the remote display session to end.