nCine::Backends::AndroidJniHelper class

Sets up the JNI environment and initializes the wrapper classes.

Attaches the Java virtual machine, queries the SDK version and initializes the AndroidJniClass_* and AndroidJniWrap_* wrapper classes for the lifetime of the application.

Public static variables

static JNIEnv* jniEnv

Public static functions

static auto SdkVersion() -> unsigned int
static auto CheckAndClearExceptions() -> bool

Constructors, destructors, conversion operators

AndroidJniHelper() deleted
~AndroidJniHelper() deleted