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