Options
public struct Options
Undocumented
-
Undocumented
Declaration
Swift
public var userKey: String? -
Undocumented
Declaration
Swift
public var keywords: [String]? -
Undocumented
Declaration
Swift
public var blockedCreatives: [Int]? -
Undocumented
Declaration
Swift
public var flightViewTimes: [String : [Int]]? -
Undocumented
Declaration
Swift
public var url: String? -
Undocumented
Declaration
Swift
public var enableBotFiltering: Bool -
Indicates the user’s consent status for GDPR compliance.
Declaration
Swift
public var consent: Consent? -
Pass any additional values here and they will be sent as top-level parameters in the placement request. This can be used to adopt new parameters before they are added to the SDK.
Declaration
Swift
public var additionalOptions: [String : AnyCodable]?
View on GitHub
Options Structure Reference