AlertDialog: handle buttons

This commit is contained in:
Julian Winkler
2024-07-24 22:52:33 +02:00
committed by Mis012
parent fb82eabd2c
commit 7b11277287
3 changed files with 20 additions and 6 deletions

View File

@@ -18,10 +18,10 @@ JNIEXPORT void JNICALL Java_android_app_AlertDialog_nativeSetMessage
/*
* Class: android_app_AlertDialog
* Method: nativeSetButton
* Signature: (JILjava/lang/String;)V
* Signature: (JILjava/lang/String;Landroid/content/DialogInterface/OnClickListener;)V
*/
JNIEXPORT void JNICALL Java_android_app_AlertDialog_nativeSetButton
(JNIEnv *, jobject, jlong, jint, jstring);
(JNIEnv *, jobject, jlong, jint, jstring, jobject);
/*
* Class: android_app_AlertDialog