LayoutOverride

public enum LayoutOverride

Describes how and when the layout of a THEOads ad break should be overridden.

  • Override to play all ad breaks using the “single” layout mode.

    Declaration

    Swift

    case single
  • Override to play all ad breaks using the “L-shape” layout mode.

    Declaration

    Swift

    case lShape
  • Override to play all ad breaks using the “double” layout mode.

    Declaration

    Swift

    case double