Initializes the AATKit library. Should be called once during application initialization before any other calls to AATKit.
AATKitConfiguration aatkitConfiguration = new AATKitConfiguration
{
TestModeAccountId = 136,
Consent = new AATKitConsent()
{
Type = AATKitConsent.ConsentTypes.ManagedCMPGoogle
}
};
AATKitBinding.Init(aatkitConfiguration);