MetaPlatformSDK_ApplicationVersion
Inherits: RefCounted
Represents an app version.
Description
Represents an app version.
Properties
int |
|
|
String |
|
|
int |
|
|
String |
|
|
int |
|
|
String |
|
Property Descriptions
int current_code = 0
int get_current_code ( )
Version code number for the version of the application currently installed on the device.
String current_name = ""
String get_current_name ( )
Version name string for the version of the application currently installed on the device.
int latest_code = 0
int get_latest_code ( )
Version code number of the latest update of the application. This may or may not be currently installed on the device.
String latest_name = ""
String get_latest_name ( )
Version name string of the latest update of the application. This may or may not be currently installed on the device.
int release_date = 0
int get_release_date ( )
Seconds since the UNIX epoch when the latest application update was released.
String size = ""
String get_size ( )
Size of the latest application update in bytes.