Init
Overview
Syntax
Init(configuration)Examples
AATKitConfiguration aatkitConfiguration = new AATKitConfiguration
{
TestModeAccountId = 136,
Consent = new AATKitConsent()
{
Type = AATKitConsent.ConsentTypes.ManagedCMPGoogle
}
};
AATKitBinding.Init(aatkitConfiguration);Last updated