Creation POD for the AndroidEnv. More...
#include <AndroidEnv.h>
Public Attributes | |
| JavaVM * | m_jvm |
| Global pointer to the Java virtual machine. | |
| jobject | m_activityRef |
| Local or global reference to the activity instance. | |
| AAssetManager * | m_assetManager |
| Global pointer to the Android asset manager, used for APK file i/o. | |
| AConfiguration * | m_configuration |
| Global pointer to the configuration of the device, e.g. orientation, screen density, locale, etc. | |
| AZ::OSString | m_appPrivateStoragePath |
| Access restricted location. E.G. /data/data/<package_name>/files. | |
| AZ::OSString | m_appPublicStoragePath |
| Public storage specifically for the application. E.G. <public_storage>/Android/data/<package_name>/files. | |
| AZ::OSString | m_obbStoragePath |
| Public storage specifically for the application's obb files. E.G. <public_storage>/Android/obb/<package_name>/files. | |
Creation POD for the AndroidEnv.