API reference

OVR_InstalledApplication.h File

Typedefs

struct ovrInstalledApplication * ovrInstalledApplicationHandle
InstalledApplication provides a way to retrieve information about installed application on a device, including their package name, application ID, version name, version code, and status. This information can be useful for tracking the status of applications on a device and identifying any issues that may need to be addressed.

Functions

const char * ovr_InstalledApplication_GetApplicationId
It's a type of string represents the ID of the application, which is a unique identifier for the app.
const char * ovr_InstalledApplication_GetPackageName
The package name of the installed application.
const char * ovr_InstalledApplication_GetStatus
A string represents the status of the installed application.
int ovr_InstalledApplication_GetVersionCode
It's a type of int represents the current version code of the installed application. It can be retreiving using ovr_ApplicationVersion_GetCurrentCode()
const char * ovr_InstalledApplication_GetVersionName
It's a type of string represents the current version name of the installed application. It can be retreiving using ovr_ApplicationVersion_GetCurrentName()