We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c7c57 commit 5e9c6f6Copy full SHA for 5e9c6f6
Assets/ConsentManagementProvider/Scripts/wrapper/Android/SpClientProxy.cs
@@ -70,6 +70,7 @@ void onSpFinished(string spConsents)
70
{
71
CmpDebugUtil.ForceEnableNextCmpLog();
72
CmpDebugUtil.LogWarning($"I've reached the C# onSpFinished with JSON spConsents={spConsents}");
73
+ Console.WriteLine($"spConsents= `{spConsents}");
74
75
try
76
0 commit comments