ApplicationMetadata
data class ApplicationMetadata(val package: String, val name: String, val system: String, val versionCode: Int, val version: String, binaryPath: Path)
Data class for the metadata of an application
Parameters
package
String — name of the package
name
String — name of the application
system
String — name of the operating system (Android or iOS)
versionCode
Int — number of the version code
version
String — value of the application version
binaryPath
Path — path of the application file