Roll

@objc
public enum Roll : Int

This enum can be used for creating an ad break that is either a pre-roll or a post-roll, instead of specifying an offset.

  • pre

    Specifies that this ad break should be a pre-roll.

    Declaration

    Swift

    case pre
  • Specifies that this ad break should be a post-roll.

    Declaration

    Swift

    case post