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_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 |
Kanzi application.