Params

constructor(fileName: String, versionName: String, 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.