Skip to content
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

Merged
merged 43 commits into from
Jul 18, 2024

Conversation

Nevazhnovu
Copy link
Collaborator

No description provided.

@Nevazhnovu Nevazhnovu changed the title Dia 4057 refactor cmp class abstract DIA-4057 refactor of cmp class – adding interface Jun 26, 2024
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();
Copy link
Member

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.

Copy link
Collaborator Author

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

@Nevazhnovu Nevazhnovu marked this pull request as ready for review June 27, 2024 12:59
…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
Nevazhnovu and others added 18 commits June 27, 2024 20:23
…interface

DIA-4059 refactor android 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
@Nevazhnovu Nevazhnovu merged commit 71456ed into develop Jul 18, 2024
@Nevazhnovu Nevazhnovu deleted the DIA-4057-refactor-cmp-class-abstract branch July 18, 2024 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants