ApplicationVersion
(
ptr
)
|
Signature
com.meta.horizon.platform.ovr.models.ApplicationVersion.ApplicationVersion(final long ptr) Parameters ptr: final long |
getCurrentCode
()
|
The version code number for the version of the application that is currently installed on the device.
Signature
int com.meta.horizon.platform.ovr.models.ApplicationVersion.getCurrentCode() Returns intÂ
int
|
getCurrentName
()
|
The version name string for the version of the application that is currently installed on the device.
Signature
String com.meta.horizon.platform.ovr.models.ApplicationVersion.getCurrentName() Returns StringÂ
String
|
getLatestCode
()
|
Version code number of the latest update of the application. This may or may not be currently installed on the device.
Signature
int com.meta.horizon.platform.ovr.models.ApplicationVersion.getLatestCode() Returns intÂ
int
|
getLatestName
()
|
Version name string of the latest update of the application. This may or may not be currently installed on the device.
Signature
String com.meta.horizon.platform.ovr.models.ApplicationVersion.getLatestName() Returns StringÂ
String
|
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.
Signature
long com.meta.horizon.platform.ovr.models.ApplicationVersion.getReleaseDate() Returns longÂ
long
|
getSize
()
|
Size of the latest application update in bytes.
Signature
String com.meta.horizon.platform.ovr.models.ApplicationVersion.getSize() Returns StringÂ
String
|