| | |
| | | //------------------------------------------------------------------------------ |
| | | // <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; |
| | |
| | | public static unsafe void OnReceiveUpgradePatch (global::Android.Content.Context context, string patchLocation) |
| | | { |
| | | const string __id = "onReceiveUpgradePatch.(Landroid/content/Context;Ljava/lang/String;)V"; |
| | | IntPtr native_patchLocation = JNIEnv.NewString (patchLocation); |
| | | IntPtr native_patchLocation = JNIEnv.NewString ((string)patchLocation); |
| | | try { |
| | | JniArgumentValue* __args = stackalloc JniArgumentValue [2]; |
| | | __args [0] = new JniArgumentValue ((context == null) ? IntPtr.Zero : ((global::Java.Lang.Object) context).Handle); |