Exemple #1
0
        public static void RequestPasswordResetInBackground(string p0, global::Com.Parse.RequestPasswordResetCallback p1)
        {
            if (id_requestPasswordResetInBackground_Ljava_lang_String_Lcom_parse_RequestPasswordResetCallback_ == IntPtr.Zero)
            {
                id_requestPasswordResetInBackground_Ljava_lang_String_Lcom_parse_RequestPasswordResetCallback_ = JNIEnv.GetStaticMethodID(class_ref, "requestPasswordResetInBackground", "(Ljava/lang/String;Lcom/parse/RequestPasswordResetCallback;)V");
            }
            IntPtr native_p0 = JNIEnv.NewString(p0);

            JNIEnv.CallStaticVoidMethod(class_ref, id_requestPasswordResetInBackground_Ljava_lang_String_Lcom_parse_RequestPasswordResetCallback_, new JValue(native_p0), new JValue(p1));
            JNIEnv.DeleteLocalRef(native_p0);
        }
 static void n_Done_Lcom_parse_ParseException_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Parse.RequestPasswordResetCallback __this = global::Java.Lang.Object.GetObject <global::Com.Parse.RequestPasswordResetCallback> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Parse.ParseException p0 = global::Java.Lang.Object.GetObject <global::Com.Parse.ParseException> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.Done(p0);
 }