AATSimpleConsent
@objc public class AATSimpleConsent : AATConsentImplementation {
/// Initialize a simple consent instance
/// - Parameter nonIABConsent: a ``NonIABConsent`` value
@objc public init(nonIABConsent: NonIABConsent)
}
@interface AATSimpleConsent : AATConsentImplementation
/// Initialize the simple consent
/// \param nonIABConsent a <code>NonIABConsent</code> value
- (nonnull instancetype)initWithNonIABConsent:(enum NonIABConsent)nonIABConsent;
@end
Last updated