MetaPlatformSDK_InstalledApplication
Inherits: RefCounted
Represents an installed app.
Description
Represents an installed app.
Properties
String |
|
|
String |
|
|
String |
|
|
int |
|
|
String |
|
Property Descriptions
String application_id = ""
String get_application_id ( )
Represents the ID of the application, which is a unique identifier for the app.
String package_name = ""
String get_package_name ( )
The package name of the installed application.
String status = ""
String get_status ( )
Represents the status of the installed application.
int version_code = 0
int get_version_code ( )
Represents the current version code of the installed application.
String version_name = ""
String get_version_name ( )
Represents the current version name of the installed application.