wxr
2024-07-16 548fb8aa23fe31401ba3dae823d31f9a73cc101f
Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/generated/src/Com.Tencent.Tinker.Lib.Tinker.TinkerLoadResult.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;
@@ -41,7 +51,7 @@
         set {
            const string __id = "currentVersion.Ljava/lang/String;";
            IntPtr native_value = JNIEnv.NewString (value);
            IntPtr native_value = JNIEnv.NewString ((string)value);
            try {
               _members.InstanceFields.SetValue (__id, this, new JniObjectReference (native_value));
            } finally {
@@ -171,7 +181,7 @@
         set {
            const string __id = "oatDir.Ljava/lang/String;";
            IntPtr native_value = JNIEnv.NewString (value);
            IntPtr native_value = JNIEnv.NewString ((string)value);
            try {
               _members.InstanceFields.SetValue (__id, this, new JniObjectReference (native_value));
            } finally {
@@ -400,7 +410,7 @@
      static Delegate GetGetPackageConfigByName_Ljava_lang_String_Handler ()
      {
         if (cb_getPackageConfigByName_Ljava_lang_String_ == null)
            cb_getPackageConfigByName_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_L) n_GetPackageConfigByName_Ljava_lang_String_);
            cb_getPackageConfigByName_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_L (n_GetPackageConfigByName_Ljava_lang_String_));
         return cb_getPackageConfigByName_Ljava_lang_String_;
      }
@@ -418,7 +428,7 @@
      public virtual unsafe string GetPackageConfigByName (string name)
      {
         const string __id = "getPackageConfigByName.(Ljava/lang/String;)Ljava/lang/String;";
         IntPtr native_name = JNIEnv.NewString (name);
         IntPtr native_name = JNIEnv.NewString ((string)name);
         try {
            JniArgumentValue* __args = stackalloc JniArgumentValue [1];
            __args [0] = new JniArgumentValue (native_name);
@@ -434,7 +444,7 @@
      static Delegate GetParseTinkerResult_Landroid_content_Context_Landroid_content_Intent_Handler ()
      {
         if (cb_parseTinkerResult_Landroid_content_Context_Landroid_content_Intent_ == null)
            cb_parseTinkerResult_Landroid_content_Context_Landroid_content_Intent_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPLL_Z) n_ParseTinkerResult_Landroid_content_Context_Landroid_content_Intent_);
            cb_parseTinkerResult_Landroid_content_Context_Landroid_content_Intent_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPLL_Z (n_ParseTinkerResult_Landroid_content_Context_Landroid_content_Intent_));
         return cb_parseTinkerResult_Landroid_content_Context_Landroid_content_Intent_;
      }