readonly int | CurrentCode[Get] |
readonly string | CurrentName[Get] |
readonly int | LatestCode[Get] |
readonly string | LatestName[Get] |
readonly long | ReleaseDate[Get] Seconds since epoch when the latest application update was released. |
readonly string | Size[Get] Size of the latest application update in bytes. |
ApplicationVersion ( IntPtr o ) |
readonly int Oculus.Platform.Models.ApplicationVersion.CurrentCode |
---|
Version code number for the version of the application currently installed on the device. |
readonly string Oculus.Platform.Models.ApplicationVersion.CurrentName |
---|
Version name string for the version of the application currently installed on the device. |
readonly int Oculus.Platform.Models.ApplicationVersion.LatestCode |
---|
Version code number of the latest update of the application. This may or may not be currently installed on the device. |
readonly string Oculus.Platform.Models.ApplicationVersion.LatestName |
---|
Version name string of the latest update of the application. This may or may not be currently installed on the device. |
readonly long Oculus.Platform.Models.ApplicationVersion.ReleaseDate |
---|
Seconds since epoch when the latest application update was released. |
readonly string Oculus.Platform.Models.ApplicationVersion.Size |
---|
Size of the latest application update in bytes. |
Oculus.Platform.Models.ApplicationVersion.ApplicationVersion ( IntPtr o ) |
---|
No description available.
|