API reference

OVR_ApplicationVersion.h File

Typedefs

struct ovrApplicationVersion * ovrApplicationVersionHandle
Represents the version information for an application. The information includes the date of latest release, the size of the latest release and the application name and version code of currently installed version and the latest release. You can retrieve it with ovr_Application_GetVersion().

Functions

int ovr_ApplicationVersion_GetCurrentCode
The version code number for the version of the application that is currently installed on the device.
const char * ovr_ApplicationVersion_GetCurrentName
The version name string for the version of the application that is currently installed on the device.
int ovr_ApplicationVersion_GetLatestCode
Version code number of the latest update of the application. This may or may not be currently installed on the device.
const char * ovr_ApplicationVersion_GetLatestName
Version name string of the latest update of the application. This may or may not be currently installed on the device.
long long ovr_ApplicationVersion_GetReleaseDate
Seconds since epoch when the latest application update was released. You need to convert this date to a human readable format before displaying it to the application users.
const char * ovr_ApplicationVersion_GetSize
Size of the latest application update in bytes.