ChromeCast Events

  • The types of Chromecast Events.

    See more

    Declaration

    Swift

    public struct ChromecastEventTypes
  • Thrown to indicate that there was an error while casting / trying to cast.

    See more

    Declaration

    Swift

    @objc(THEOplayerCastErrorEvent)
    public class CastErrorEvent : ChromeCastEvent
  • Thrown to indicate that the state of the connection has changed.

    See more

    Declaration

    Swift

    @objc(THEOplayerStateChangeEvent)
    public class StateChangeEvent : ChromeCastEvent