Platform-specific globals and constants for Android platform. More...
Variables | |
| kanzi::Application * | g_application |
| Kanzi application. | |
| jobject | g_kzsContext |
| Android context instance. | |
| jclass | g_kzsContextClass |
| Android Context class. | |
| JavaVM * | g_kzsJavaVM |
| Globally available Java Virtual Machine object. | |
| jobject | g_kzsRuntime |
| Instance of com.rightware.kanzi.KanziRuntime. | |
| jclass | g_kzsRuntimeClass |
| Java class com.rightware.kanzi.KanziRuntime. | |
| jmethodID | g_kzsSignalWakeUp |
| Callback method for waking up KanziRuntime. | |
| jobject | g_kzsView |
| Instance of the user-defined Android view class currently in use. | |
| jclass | g_kzsViewClass |
| User-defined Android view class derived from com.rightware.kanzi.KanziView. | |
Platform-specific globals and constants for Android platform.
Copyright 2008-2017 by Rightware. All rights reserved.
|
extern |
Globally available Java Virtual Machine object.
|
extern |
User-defined Android view class derived from com.rightware.kanzi.KanziView.
|
extern |
Instance of the user-defined Android view class currently in use.
|
extern |
Android Context class.
|
extern |
Android context instance.
|
extern |
Java class com.rightware.kanzi.KanziRuntime.
|
extern |
Instance of com.rightware.kanzi.KanziRuntime.
|
extern |
Callback method for waking up KanziRuntime.
|
extern |
Kanzi application.