Enumeration TheoAdsLayoutOverrideInternal

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

  • 'single': Override to play all ad breaks using the "single" layout mode.
  • 'l-shape': Override to play all ad breaks using the "l-shape" layout mode.
  • 'double': Override to play all ad breaks using the "double" layout mode.
  • 'single-if-mobile': When on a mobile device, override to play all ad breaks using the "single" layout mode.

Enumeration Members

Enumeration Members

DOUBLE: "double"
LSHAPE: "l-shape"
SINGLE: "single"
SINGLE_IF_MOBILE: "single-if-mobile"