wxr
2024-11-14 66db2477a4855f5452c45f5e5baeae2d8c3e8c05
Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/generated/src/Com.Hdl.Hdllinphonesdk.Core.Service.HDLLinphoneService.cs
@@ -305,6 +305,33 @@
         }
      }
      static Delegate cb_pddd;
#pragma warning disable 0169
      static Delegate GetPdddHandler ()
      {
         if (cb_pddd == null)
            cb_pddd = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_Pddd));
         return cb_pddd;
      }
      static void n_Pddd (IntPtr jnienv, IntPtr native__this)
      {
         var __this = global::Java.Lang.Object.GetObject<global::Com.Hdl.Hdllinphonesdk.Core.Service.HDLLinphoneService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
         __this.Pddd ();
      }
#pragma warning restore 0169
      // Metadata.xml XPath method reference: path="/api/package[@name='com.hdl.hdllinphonesdk.core.service']/class[@name='HDLLinphoneService']/method[@name='pddd' and count(parameter)=0]"
      [Register ("pddd", "()V", "GetPdddHandler")]
      public virtual unsafe void Pddd ()
      {
         const string __id = "pddd.()V";
         try {
            _members.InstanceMethods.InvokeVirtualVoidMethod (__id, this, null);
         } finally {
         }
      }
      static Delegate cb_removeAllCallback;
#pragma warning disable 0169
      static Delegate GetRemoveAllCallbackHandler ()