ConsentManagementPlatformDebugParameters
public struct ConsentManagementPlatformDebugParameters : Sendable
Undocumented
-
Array of device identifier strings. Debug features are enabled for devices with these identifiers. Debug features are always enabled for simulators.
Declaration
Swift
public var testDeviceIdentifiers: [String]? -
Debug geography.
Declaration
Swift
public var geography: Geography -
Undocumented
Declaration
Swift
public init(testDeviceIdentifiers: [String]? = nil, geography: Geography = .other)