Appoxee.Asyncs.InitAsync.n_DoInBackground_arrayLjava_lang_Void_ C# (CSharp) Method

n_DoInBackground_arrayLjava_lang_Void_() static private method

static private n_DoInBackground_arrayLjava_lang_Void_ ( IntPtr jnienv, IntPtr native__this, IntPtr native__params ) : IntPtr
jnienv System.IntPtr
native__this System.IntPtr
native__params System.IntPtr
return System.IntPtr
		static IntPtr n_DoInBackground_arrayLjava_lang_Void_ (IntPtr jnienv, IntPtr native__this, IntPtr native__params)
		{
			global::Appoxee.Asyncs.InitAsync __this = global::Java.Lang.Object.GetObject<global::Appoxee.Asyncs.InitAsync> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
			global::Java.Lang.Void[] @params = (global::Java.Lang.Void[]) JNIEnv.GetArray (native__params, JniHandleOwnership.DoNotTransfer, typeof (global::Java.Lang.Void));
			IntPtr __ret = JNIEnv.ToLocalJniHandle (__this.DoInBackground (@params));
			if (@params != null)
				JNIEnv.CopyArray (@params, native__params);
			return __ret;
		}
		#pragma warning restore 0169