MetaPlatformSDK_ApplicationVersion

Inherits: RefCounted

Represents an app version.

Description

Represents an app version.

Properties

int

current_code

0

String

current_name

""

int

latest_code

0

String

latest_name

""

int

release_date

0

String

size

""


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.