Exemplo n.º 1
0
 public void disableAppTrackingTransparencyRequest()
 {
     ConsentManagerObjCBridge.disableAppTrackingTransparencyRequest();
 }
Exemplo n.º 2
0
 public iOSConsentManager(IntPtr intPtr)
 {
     consentManagerObjCBridge = new ConsentManagerObjCBridge(intPtr);
 }
Exemplo n.º 3
0
 public void requestConsentInfoUpdate(string appodealAppKey, IConsentInfoUpdateListener listener)
 {
     consentInfoUpdateListener = listener;
     ConsentManagerObjCBridge.requestConsentInfoUpdate(appodealAppKey, onConsentInfoUpdated,
                                                       onFailedToUpdateConsentInfo);
 }
Exemplo n.º 4
0
 public iOSConsentManager()
 {
     consentManagerObjCBridge = new ConsentManagerObjCBridge();
 }