-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DIA-4057 refactor of cmp class – adding interface #60
Conversation
…sort in order and remove static where necessary
void CustomConsentGDPR(string[] vendors, string[] categories, string[] legIntCategories, Action<GdprConsent> onSuccessDelegate); | ||
void DeleteCustomConsentGDPR(string[] vendors, string[] categories, string[] legIntCategories, Action<GdprConsent> onSuccessDelegate); | ||
SpConsents GetSpConsents(); | ||
GdprConsent GetCustomConsent(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is GetCustomConsent
? I can't recall it being part of the native SDKs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andresilveirah GetCustomConsent
returns GDPR Custom Consent, it's part of the feature CustomConsentGDPR
-DeleteCustomConsentGDPR
-GetCustomConsent
…actor-android-interface * DIA-4057-refactor-cmp-class-abstract: Update `CHANGELOG.md` Update `unitypackage` Update `package.json` Update native Android SDK to `7.8.4` Fix unwrapping `applies` for Android # Conflicts: # Assets/ConsentManagementProvider/Scripts/json/JsonUnwrapper.cs # Assets/ConsentManagementProvider/Scripts/json/wrappers/android/SpGdprConsentWrapperAndroid.cs
…interface DIA-4059 refactor android interface
…rface DIA-4058 refactor ios interface
DIA-4246 `MIGRATION.md` guide added to help in migration from 2.x.x to 3.0.0
* develop: Update `unitypackage` Update `CHANGELOG.md` Update `package.json` Update `AndroidResolver` and `mainTemplate.gradle` Change `language` from enum to string in `configLib` Update android and ios native dependencies # Conflicts: # Assets/ConsentManagementProvider/Plugins/iOS/Source/SwiftBridge.swift # Assets/ConsentManagementProvider/Plugins/iOS/Source/Unity.mm # Assets/ConsentManagementProvider/Scripts/wrapper/iOS/ConsentWrapperIOS.cs
No description provided.