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