public interface CastSessionStartFailed extends CastSessionsEvent
Modifier and Type | Method and Description |
---|---|
default Browser |
browser()
Returns the browser that requested to initiate the cast session.
|
default CastSessions |
castSessions()
Returns the
CastSessions instance initiated this event. |
default ResultCode |
code()
The error code obtained from Chromium.
|
default java.lang.String |
errorMessage()
The error message obtained from Chromium.
|
default CastMode |
mode()
The mode of the requested cast session.
|
default CastSessions castSessions()
CastSessionsEvent
CastSessions
instance initiated this event.castSessions
in interface CastSessionsEvent
default Browser browser()
default ResultCode code()
default java.lang.String errorMessage()
default CastMode mode()