struct ovrApplicationVersion * |
int | |
const char * | |
int | |
const char * | |
long long | Seconds since epoch when the latest application update was released. |
const char * | ovr_ApplicationVersion_GetSize ( const ovrApplicationVersionHandle obj ) Size of the latest application update in bytes. |
typedef struct ovrApplicationVersion* ovrApplicationVersionHandle ( ) |
---|
No description available.
|
int ovr_ApplicationVersion_GetCurrentCode ( const ovrApplicationVersionHandle obj ) |
---|
Version code number for the version of the application currently installed on the device. |
const char* ovr_ApplicationVersion_GetCurrentName ( const ovrApplicationVersionHandle obj ) |
---|
Version name string for the version of the application currently installed on the device. |
int ovr_ApplicationVersion_GetLatestCode ( const ovrApplicationVersionHandle obj ) |
---|
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 ( const ovrApplicationVersionHandle obj ) |
---|
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 ( const ovrApplicationVersionHandle obj ) |
---|
Seconds since epoch when the latest application update was released. |
const char* ovr_ApplicationVersion_GetSize ( const ovrApplicationVersionHandle obj ) |
---|
Size of the latest application update in bytes. |