AdTechnology

enum AdTechnology {}

Possible types of ad technologies.

  • Client Side.

    Declaration

    Objective-C

    CLIENT_SIDE = 0

    Swift

    case CLIENT_SIDE = 0
  • Server Side.

    Declaration

    Objective-C

    SERVER_SIDE

    Swift

    case SERVER_SIDE = 1