FullscreenEventTypes

public struct FullscreenEventTypes

The types of events related to fullscreen.

  • Fired when the view’s aspect ratio changes.

    Declaration

    Swift

    @available(*, deprecated, message: "This type will be removed with the next major release. Please use `PlayerEventTypes.ASPECT_RATIO_CHANGE` instead, which should be attached to `THEOplayer.addEventListener`.")
    public static var ASPECT_RATIO_CHANGE: EventType<AspectRatioChangeEvent>