AdTechnology
enum AdTechnology {}
Possible types of ad technologies.
-
Client Side.
Declaration
Objective-C
CLIENT_SIDE = 0Swift
case CLIENT_SIDE = 0 -
Server Side.
Declaration
Objective-C
SERVER_SIDESwift
case SERVER_SIDE = 1
AdTechnology Enumeration Reference