Package com.teamdev.jxbrowser.cast.event
Interface CastSessionStartFailed
- All Superinterfaces:
CastSessionsEvent
,Event
An event indicating that the attempt to start the cast session via the JxBrowser API has failed.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Browser
browser()
Returns the browser that requested to initiate the cast session.default CastSessions
Returns theCastSessions
instance initiated this event.default ResultCode
code()
The error code obtained from Chromium.default String
The error message obtained from Chromium.default CastMode
mode()
The mode of the requested cast session.
-
Method Details
-
castSessions
Description copied from interface:CastSessionsEvent
Returns theCastSessions
instance initiated this event.- Specified by:
castSessions
in interfaceCastSessionsEvent
-
browser
Returns the browser that requested to initiate the cast session. -
code
The error code obtained from Chromium. -
errorMessage
The error message obtained from Chromium. -
mode
The mode of the requested cast session.
-