AdIntegrationKind
public enum AdIntegrationKind : Int
extension AdIntegrationKind: Codable, CaseIterable
The integration kind of the Ad.
-
The ad is of integration type THEO ad.
Declaration
Swift
case theoads = 1 -
The ad is of integration type Google IMA.
Declaration
Swift
case google_ima = 4 -
The ad is of integration type Google DAI.
Declaration
Swift
case google_dai = 6 -
The ad is of custom integration type.
Declaration
Swift
case custom = 7 -
The raw value of type String.
Declaration
Swift
public var _rawValue: String { get set }