API reference

OVR_ApplicationVersion.h File

Typedefs

struct ovrApplicationVersion * ovrApplicationVersionHandle

Functions

int ovr_ApplicationVersion_GetCurrentCode
Version code number for the version of the application currently installed on the device.
const char * ovr_ApplicationVersion_GetCurrentName
Version name string for the version of the application 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.
const char * ovr_ApplicationVersion_GetSize
Size of the latest application update in bytes.