wxr
2024-07-16 548fb8aa23fe31401ba3dae823d31f9a73cc101f
Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/generated/src/Com.Hdl.Hdllinphonesdk.Core.Service.HDLLinphoneService.cs
@@ -1,3 +1,13 @@
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
#nullable restore
using System;
using System.Collections.Generic;
using Android.Runtime;
@@ -11,6 +21,88 @@
      // Metadata.xml XPath field reference: path="/api/package[@name='com.hdl.hdllinphonesdk.core.service']/class[@name='HDLLinphoneService']/field[@name='NOTIFICATION_ID']"
      [Register ("NOTIFICATION_ID")]
      public const int NotificationId = (int) 2;
      // Metadata.xml XPath class reference: path="/api/package[@name='com.hdl.hdllinphonesdk.core.service']/class[@name='HDLLinphoneService.LinphoneBinder']"
      [global::Android.Runtime.Register ("com/hdl/hdllinphonesdk/core/service/HDLLinphoneService$LinphoneBinder", DoNotGenerateAcw=true)]
      public partial class LinphoneBinder : global::Android.OS.Binder {
         static readonly JniPeerMembers _members = new XAPeerMembers ("com/hdl/hdllinphonesdk/core/service/HDLLinphoneService$LinphoneBinder", typeof (LinphoneBinder));
         internal static IntPtr class_ref {
            get { return _members.JniPeerType.PeerReference.Handle; }
         }
         [global::System.Diagnostics.DebuggerBrowsable (global::System.Diagnostics.DebuggerBrowsableState.Never)]
         [global::System.ComponentModel.EditorBrowsable (global::System.ComponentModel.EditorBrowsableState.Never)]
         public override global::Java.Interop.JniPeerMembers JniPeerMembers {
            get { return _members; }
         }
         [global::System.Diagnostics.DebuggerBrowsable (global::System.Diagnostics.DebuggerBrowsableState.Never)]
         [global::System.ComponentModel.EditorBrowsable (global::System.ComponentModel.EditorBrowsableState.Never)]
         protected override IntPtr ThresholdClass {
            get { return _members.JniPeerType.PeerReference.Handle; }
         }
         [global::System.Diagnostics.DebuggerBrowsable (global::System.Diagnostics.DebuggerBrowsableState.Never)]
         [global::System.ComponentModel.EditorBrowsable (global::System.ComponentModel.EditorBrowsableState.Never)]
         protected override global::System.Type ThresholdType {
            get { return _members.ManagedPeerType; }
         }
         protected LinphoneBinder (IntPtr javaReference, JniHandleOwnership transfer) : base (javaReference, transfer)
         {
         }
         // Metadata.xml XPath constructor reference: path="/api/package[@name='com.hdl.hdllinphonesdk.core.service']/class[@name='HDLLinphoneService.LinphoneBinder']/constructor[@name='HDLLinphoneService.LinphoneBinder' and count(parameter)=1 and parameter[1][@type='com.hdl.hdllinphonesdk.core.service.HDLLinphoneService']]"
         [Register (".ctor", "(Lcom/hdl/hdllinphonesdk/core/service/HDLLinphoneService;)V", "")]
         public unsafe LinphoneBinder (global::Com.Hdl.Hdllinphonesdk.Core.Service.HDLLinphoneService __self) : base (IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
         {
            string __id = "(L" + global::Android.Runtime.JNIEnv.GetJniName (GetType ().DeclaringType) + ";)V";
            if (((global::Java.Lang.Object) this).Handle != IntPtr.Zero)
               return;
            try {
               JniArgumentValue* __args = stackalloc JniArgumentValue [1];
               __args [0] = new JniArgumentValue ((__self == null) ? IntPtr.Zero : ((global::Java.Lang.Object) __self).Handle);
               var __r = _members.InstanceMethods.StartCreateInstance (__id, ((object) this).GetType (), __args);
               SetHandle (__r.Handle, JniHandleOwnership.TransferLocalRef);
               _members.InstanceMethods.FinishCreateInstance (__id, this, __args);
            } finally {
               global::System.GC.KeepAlive (__self);
            }
         }
         static Delegate cb_getService;
#pragma warning disable 0169
         static Delegate GetGetServiceHandler ()
         {
            if (cb_getService == null)
               cb_getService = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_L (n_GetService));
            return cb_getService;
         }
         static IntPtr n_GetService (IntPtr jnienv, IntPtr native__this)
         {
            var __this = global::Java.Lang.Object.GetObject<global::Com.Hdl.Hdllinphonesdk.Core.Service.HDLLinphoneService.LinphoneBinder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            return JNIEnv.ToLocalJniHandle (__this.Service);
         }
#pragma warning restore 0169
         public virtual unsafe global::Com.Hdl.Hdllinphonesdk.Core.Service.HDLLinphoneService Service {
            // Metadata.xml XPath method reference: path="/api/package[@name='com.hdl.hdllinphonesdk.core.service']/class[@name='HDLLinphoneService.LinphoneBinder']/method[@name='getService' and count(parameter)=0]"
            [Register ("getService", "()Lcom/hdl/hdllinphonesdk/core/service/HDLLinphoneService;", "GetGetServiceHandler")]
            get {
               const string __id = "getService.()Lcom/hdl/hdllinphonesdk/core/service/HDLLinphoneService;";
               try {
                  var __rm = _members.InstanceMethods.InvokeVirtualObjectMethod (__id, this, null);
                  return global::Java.Lang.Object.GetObject<global::Com.Hdl.Hdllinphonesdk.Core.Service.HDLLinphoneService> (__rm.Handle, JniHandleOwnership.TransferLocalRef);
               } finally {
               }
            }
         }
      }
      static readonly JniPeerMembers _members = new XAPeerMembers ("com/hdl/hdllinphonesdk/core/service/HDLLinphoneService", typeof (HDLLinphoneService));
@@ -129,7 +221,7 @@
      static Delegate GetEnableDeviceRingtone_ZHandler ()
      {
         if (cb_enableDeviceRingtone_Z == null)
            cb_enableDeviceRingtone_Z = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPZ_V) n_EnableDeviceRingtone_Z);
            cb_enableDeviceRingtone_Z = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPZ_V (n_EnableDeviceRingtone_Z));
         return cb_enableDeviceRingtone_Z;
      }
@@ -153,12 +245,39 @@
         }
      }
      static Delegate cb_initCore;
#pragma warning disable 0169
      static Delegate GetInitCoreHandler ()
      {
         if (cb_initCore == null)
            cb_initCore = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_InitCore));
         return cb_initCore;
      }
      static void n_InitCore (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.InitCore ();
      }
#pragma warning restore 0169
      // Metadata.xml XPath method reference: path="/api/package[@name='com.hdl.hdllinphonesdk.core.service']/class[@name='HDLLinphoneService']/method[@name='initCore' and count(parameter)=0]"
      [Register ("initCore", "()V", "GetInitCoreHandler")]
      public virtual unsafe void InitCore ()
      {
         const string __id = "initCore.()V";
         try {
            _members.InstanceMethods.InvokeVirtualVoidMethod (__id, this, null);
         } finally {
         }
      }
      static Delegate cb_onBind_Landroid_content_Intent_;
#pragma warning disable 0169
      static Delegate GetOnBind_Landroid_content_Intent_Handler ()
      {
         if (cb_onBind_Landroid_content_Intent_ == null)
            cb_onBind_Landroid_content_Intent_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_L) n_OnBind_Landroid_content_Intent_);
            cb_onBind_Landroid_content_Intent_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_L (n_OnBind_Landroid_content_Intent_));
         return cb_onBind_Landroid_content_Intent_;
      }
@@ -191,7 +310,7 @@
      static Delegate GetRemoveAllCallbackHandler ()
      {
         if (cb_removeAllCallback == null)
            cb_removeAllCallback = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_V) n_RemoveAllCallback);
            cb_removeAllCallback = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_RemoveAllCallback));
         return cb_removeAllCallback;
      }