AppStatus

data class AppStatus(val packageName: String, val version: String, val position: Int)

Parameters

packageName

the application package name of the inside application

version

the current version of the inside application

position

the current position of the inside application on the device

Constructors

Link copied to clipboard
constructor(packageName: String, version: String, position: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard