wxr
2024-07-16 548fb8aa23fe31401ba3dae823d31f9a73cc101f
Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/generated/src/Com.Hdl.Hdllinphonesdk.Dialog.LpTipDialog.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;
@@ -81,7 +91,7 @@
         static Delegate GetCancelClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_Handler ()
         {
            if (cb_CancelClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ == null)
               cb_CancelClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_CancelClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_);
               cb_CancelClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_CancelClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_));
            return cb_CancelClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_;
         }
@@ -108,7 +118,7 @@
         static Delegate GetSureClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_Handler ()
         {
            if (cb_SureClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ == null)
               cb_SureClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_SureClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_);
               cb_SureClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_SureClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_));
            return cb_SureClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_;
         }
@@ -189,8 +199,8 @@
         if (((global::Java.Lang.Object) this).Handle != IntPtr.Zero)
            return;
         IntPtr native_title = JNIEnv.NewString (title);
         IntPtr native_content = JNIEnv.NewString (content);
         IntPtr native_title = JNIEnv.NewString ((string)title);
         IntPtr native_content = JNIEnv.NewString ((string)content);
         try {
            JniArgumentValue* __args = stackalloc JniArgumentValue [3];
            __args [0] = new JniArgumentValue ((context == null) ? IntPtr.Zero : ((global::Java.Lang.Object) context).Handle);
@@ -215,8 +225,8 @@
         if (((global::Java.Lang.Object) this).Handle != IntPtr.Zero)
            return;
         IntPtr native_title = JNIEnv.NewString (title);
         IntPtr native_content = JNIEnv.NewString (content);
         IntPtr native_title = JNIEnv.NewString ((string)title);
         IntPtr native_content = JNIEnv.NewString ((string)content);
         try {
            JniArgumentValue* __args = stackalloc JniArgumentValue [4];
            __args [0] = new JniArgumentValue ((context == null) ? IntPtr.Zero : ((global::Java.Lang.Object) context).Handle);
@@ -239,7 +249,7 @@
      static Delegate GetSetClickListener_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ClickListenerInterface_Handler ()
      {
         if (cb_setClickListener_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ClickListenerInterface_ == null)
            cb_setClickListener_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ClickListenerInterface_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_SetClickListener_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ClickListenerInterface_);
            cb_setClickListener_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ClickListenerInterface_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_SetClickListener_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ClickListenerInterface_));
         return cb_setClickListener_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ClickListenerInterface_;
      }
@@ -270,7 +280,7 @@
      static Delegate GetSetMessage_Ljava_lang_String_Handler ()
      {
         if (cb_setMessage_Ljava_lang_String_ == null)
            cb_setMessage_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_SetMessage_Ljava_lang_String_);
            cb_setMessage_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_SetMessage_Ljava_lang_String_));
         return cb_setMessage_Ljava_lang_String_;
      }
@@ -287,7 +297,7 @@
      public virtual unsafe void SetMessage (string message)
      {
         const string __id = "setMessage.(Ljava/lang/String;)V";
         IntPtr native_message = JNIEnv.NewString (message);
         IntPtr native_message = JNIEnv.NewString ((string)message);
         try {
            JniArgumentValue* __args = stackalloc JniArgumentValue [1];
            __args [0] = new JniArgumentValue (native_message);
@@ -302,7 +312,7 @@
      static Delegate GetSetTitle_Ljava_lang_String_Handler ()
      {
         if (cb_setTitle_Ljava_lang_String_ == null)
            cb_setTitle_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_SetTitle_Ljava_lang_String_);
            cb_setTitle_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_SetTitle_Ljava_lang_String_));
         return cb_setTitle_Ljava_lang_String_;
      }
@@ -319,7 +329,7 @@
      public virtual unsafe void SetTitle (string title)
      {
         const string __id = "setTitle.(Ljava/lang/String;)V";
         IntPtr native_title = JNIEnv.NewString (title);
         IntPtr native_title = JNIEnv.NewString ((string)title);
         try {
            JniArgumentValue* __args = stackalloc JniArgumentValue [1];
            __args [0] = new JniArgumentValue (native_title);