コード例 #1
0
 internal ConsentFormCallbacks(IConsentFormListener listener) : base(
         "com.explorestack.consent.ConsentFormListener")
 {
     this.listener = listener;
 }
コード例 #2
0
 public Builder withListener(IConsentFormListener consentFormListener)
 {
     nativeConsentFormBuilder.withListener(consentFormListener);
     return(this);
 }
コード例 #3
0
 public void withListener(IConsentFormListener consentFormListener)
 {
     getConsentBuilder().Call <AndroidJavaObject>("withListener", new ConsentFormCallbacks(consentFormListener));
 }
コード例 #4
0
 public void withListener(IConsentFormListener listener)
 {
     consentFormListeners = listener;
     ConsentFormBuilderObjCBridge.withListener(onConsentFormLoaded, onConsentFormError, onConsentFormOpened,
                                               onConsentFormClosed);
 }
コード例 #5
0
 public void withListener(IConsentFormListener consentFormListener)
 {
     Debug.Log(DummyMessage);
 }