示例#1
0
 public void onConsentFormClosed(Consent consent)
 {
     currentConsent = consent;
     Debug.Log($"ConsentFormListener - onConsentFormClosed, consentStatus - {consent.getStatus()}");
 }