| | |
| | | //------------------------------------------------------------------------------ |
| | | // <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; |
| | |
| | | set { |
| | | const string __id = "patchVersion.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 { |
| | |
| | | set { |
| | | const string __id = "rawPatchFilePath.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 { |