NativeLibrary: Create displayToastMsg Method

This commit is contained in:
mitaclaw
2024-04-06 15:41:23 -07:00
parent d3073353a7
commit be27c4f877
3 changed files with 18 additions and 3 deletions
@@ -12,6 +12,7 @@ JNIEnv* GetEnvForThread();
jclass GetStringClass();
jclass GetNativeLibraryClass();
jmethodID GetDisplayToastMsg();
jmethodID GetDisplayAlertMsg();
jmethodID GetUpdateTouchPointer();
jmethodID GetOnTitleChanged();