Loading...
Searching...
No Matches
LicenseConfig.h File Reference

License configuration data for the Vuforia Engine. More...

Classes

struct  VuLicenseConfig
 License configuration data structure. More...
 
enum  VuLicenseConfigError : int32_t {
  VU_ENGINE_CREATION_ERROR_LICENSE_CONFIG_MISSING_KEY = 0x200 ,
  VU_ENGINE_CREATION_ERROR_LICENSE_CONFIG_INVALID_KEY = 0x201 ,
  VU_ENGINE_CREATION_ERROR_LICENSE_CONFIG_NO_NETWORK_PERMANENT = 0x202 ,
  VU_ENGINE_CREATION_ERROR_LICENSE_CONFIG_NO_NETWORK_TRANSIENT = 0x203 ,
  VU_ENGINE_CREATION_ERROR_LICENSE_CONFIG_BAD_REQUEST ,
  VU_ENGINE_CREATION_ERROR_LICENSE_CONFIG_KEY_CANCELED = 0x205 ,
  VU_ENGINE_CREATION_ERROR_LICENSE_CONFIG_PRODUCT_TYPE_MISMATCH = 0x206 ,
  VU_ENGINE_CREATION_ERROR_LICENSE_CONFIG_UNKNOWN = 0x207
}
 License configuration error code type for errors occurring when creating a Vuforia Engine instance. More...
 
VuLicenseConfig vuLicenseConfigDefault ()
 Default license configuration.
 
VuResult vuEngineConfigSetAddLicenseConfig (VuEngineConfigSet *configSet, const VuLicenseConfig *config)
 Add a license configuration to the engine configuration.
 

Detailed Description

License configuration data for the Vuforia Engine.