Interface CastSessionStopped

All Superinterfaces:
Event

public interface CastSessionStopped extends Event
An event indicating that the cast session has been stopped.

Also, the cast session is stopped when the user starts a new cast session to the receiver of this cast session.

Since:
7.29
  • Method Summary

    Modifier and Type
    Method
    Description
    default CastSession
    Returns the stopped cast session.
  • Method Details

    • castSession

      default CastSession castSession()
      Returns the stopped cast session.