AdServingType

enum AdServingType {}

Possible types of ad serving type.

  • Inline.

    Declaration

    Objective-C

    INLINE = 0

    Swift

    case INLINE = 0
  • Wrapper.

    Declaration

    Objective-C

    WRAPPER

    Swift

    case WRAPPER = 1