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. | |
enum VuPlatformAndroidConfigError : int32_t |
Android-specific configuration error code type for errors occurring when creating a Vuforia Engine instance.
errorCode
parameter of the vuEngineCreate() function if an error related to applying Android-specific configuration occurs while initializing the new Engine instance.