Kanzi 3.9.10
android.hpp File Reference

Platform-specific globals and constants for Android platform. More...

#include <kanzi/core.ui/application/application.hpp>
#include <jni.h>

Variables

kanzi::Applicationg_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.
 

Detailed Description

Platform-specific globals and constants for Android platform.

Copyright 2008-2017 by Rightware. All rights reserved.

Variable Documentation

◆ g_kzsJavaVM

JavaVM* g_kzsJavaVM
extern

Globally available Java Virtual Machine object.

◆ g_kzsViewClass

jclass g_kzsViewClass
extern

User-defined Android view class derived from com.rightware.kanzi.KanziView.

◆ g_kzsView

jobject g_kzsView
extern

Instance of the user-defined Android view class currently in use.

◆ g_kzsContextClass

jclass g_kzsContextClass
extern

Android Context class.

◆ g_kzsContext

jobject g_kzsContext
extern

Android context instance.

◆ g_application

kanzi::Application* g_application
extern

Kanzi application.