| | |
| | | //------------------------------------------------------------------------------ |
| | | // <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 SaveSignImage (global::Android.Content.Context context, string fileName, global::Android.Graphics.Bitmap bitmap) |
| | | { |
| | | const string __id = "saveSignImage.(Landroid/content/Context;Ljava/lang/String;Landroid/graphics/Bitmap;)V"; |
| | | IntPtr native_fileName = JNIEnv.NewString (fileName); |
| | | IntPtr native_fileName = JNIEnv.NewString ((string)fileName); |
| | | try { |
| | | JniArgumentValue* __args = stackalloc JniArgumentValue [3]; |
| | | __args [0] = new JniArgumentValue ((context == null) ? IntPtr.Zero : ((global::Java.Lang.Object) context).Handle); |