예제 #1
0
 static void n_SetTouchEvents_arrayLcom_instabug_library_InstabugTouchesCoordinates_InstabugTouchEvent_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Instabug.Library.InstabugTouchesCoordinates __this = global::Java.Lang.Object.GetObject <global::Com.Instabug.Library.InstabugTouchesCoordinates> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Instabug.Library.InstabugTouchesCoordinates.InstabugTouchEvent[] p0 = (global::Com.Instabug.Library.InstabugTouchesCoordinates.InstabugTouchEvent[])JNIEnv.GetArray(native_p0, JniHandleOwnership.DoNotTransfer, typeof(global::Com.Instabug.Library.InstabugTouchesCoordinates.InstabugTouchEvent));
     __this.SetTouchEvents(p0);
     if (p0 != null)
     {
         JNIEnv.CopyArray(p0, native_p0);
     }
 }
예제 #2
0
 static IntPtr n_GetTouchEvents(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Instabug.Library.InstabugTouchesCoordinates __this = global::Java.Lang.Object.GetObject <global::Com.Instabug.Library.InstabugTouchesCoordinates> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewArray(__this.GetTouchEvents()));
 }