Android-specific configuration for the Vuforia Engine. More...
Classes | |
struct | VuPlatformAndroidConfig |
Android-specific platform configuration data structure. More... | |
Enumerations | |
enum | VuPlatformAndroidConfigError : int32_t { VU_ENGINE_CREATION_ERROR_PLATFORM_ANDROID_CONFIG_INITIALIZATION_ERROR , VU_ENGINE_CREATION_ERROR_PLATFORM_ANDROID_CONFIG_INVALID_ACTIVITY , VU_ENGINE_CREATION_ERROR_PLATFORM_ANDROID_CONFIG_INVALID_JAVA_VM = 0x512 } |
Android-specific configuration error code type for errors occurring when creating a Vuforia Engine instance. More... | |
Functions | |
VuPlatformAndroidConfig | vuPlatformAndroidConfigDefault () |
Default Android-specific configuration. | |
VuResult | vuEngineConfigSetAddPlatformAndroidConfig (VuEngineConfigSet *configSet, const VuPlatformAndroidConfig *config) |
Add an Android-specific configuration to the engine config. | |
Android-specific configuration for the Vuforia Engine.