Beispiel #1
0
 public iOSConsentFormBuilder(IntPtr intPtr)
 {
     consentFormBuilderObjCBridge = new ConsentFormBuilderObjCBridge(intPtr);
 }
Beispiel #2
0
 public void withListener(IConsentFormListener listener)
 {
     consentFormListeners = listener;
     ConsentFormBuilderObjCBridge.withListener(onConsentFormLoaded, onConsentFormError, onConsentFormOpened,
                                               onConsentFormClosed);
 }
Beispiel #3
0
 public iOSConsentFormBuilder()
 {
     consentFormBuilderObjCBridge = new ConsentFormBuilderObjCBridge();
 }