Interface CastSessionStartFailed

All Superinterfaces:
CastSessionsEvent, Event

public interface CastSessionStartFailed extends CastSessionsEvent
An event indicating that the attempt to start the cast session via the JxBrowser API has failed.
Since:
7.29
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    default Browser
    Returns the browser that requested to initiate the cast session.
    default CastSessions
    Returns the CastSessions instance initiated this event.
    default ResultCode
    The error code obtained from Chromium.
    default String
    The error message obtained from Chromium.
    default CastMode
    The mode of the requested cast session.
  • Method Details

    • castSessions

      default CastSessions castSessions()
      Description copied from interface: CastSessionsEvent
      Returns the CastSessions instance initiated this event.
      Specified by:
      castSessions in interface CastSessionsEvent
    • browser

      default Browser browser()
      Returns the browser that requested to initiate the cast session.
    • code

      default ResultCode code()
      The error code obtained from Chromium.
    • errorMessage

      default String errorMessage()
      The error message obtained from Chromium.
    • mode

      default CastMode mode()
      The mode of the requested cast session.