Type Alias robius_android_env::ActivityGetterFn
source ยท pub type ActivityGetterFn = fn() -> (Option<*mut JNIEnv>, jobject);Expand description
The function signature registered by the UI toolkit that provides pointers to current JNI environment (optional) and the current activity (as a jobect).