Params

data class Params(val fileName: String, val versionName: String, val versionCode: Int)

Parameters

fileName

the name of the file that needs to be installed

versionName

the version name of the component to be installed

versionCode

the version code of the component to be installed. This needs to be an integer that is strictly incrementing (as enforced by the package manager). Downgrades are only possible when uninstalling the component first.

Constructors

Link copied to clipboard
constructor(fileName: String, versionName: String, versionCode: Int)

Properties

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