| Name | Summary |
|---|---|
applicationId | abstract val applicationId: String It’s a type of string represents the ID of the application, which is a unique identifier for the app. |
json | open val json: String |
packageName | abstract val packageName: String The package name of the installed application. |
status | abstract val status: String? A string represents the status of the installed application. |
versionCode | abstract val versionCode: Int It’s a type of int represents the current version code of the installed application. It can be retreiving using horizon.platform.application.models.ApplicationVersion.currentCode |
versionName | abstract val versionName: String It’s a type of string represents the current version name of the installed application. It can be retreiving using horizon.platform.application.models.ApplicationVersion.currentName |