13#include <AUI/JNI/AJni.h>
15namespace com::github::aui::android {
20 AUI_JNI_STATIC_METHOD(
void, showKeyboard, ((
int) keyboardType, (
int) keyboardAction, (
bool) isPassword))
#define AUI_JNI_STATIC_METHOD(ret_t, name, args)
Defines static method C++ -> Java.
Definition AJni.h:83
#define AUI_JNI_CLASS(path, name)
Defines getClassName and other useful methods required for Java class definition.
Definition AJni.h:52