Package-level declarations
Types
Link copied to clipboard
DSL allowing to configure parameters for creating install session.
Functions
Link copied to clipboard
inline fun InstallParameters(baseApk: Uri, configure: InstallParametersDsl.() -> Unit): InstallParameters
inline fun InstallParameters(apks: Iterable<Uri>, configure: InstallParametersDsl.() -> Unit): InstallParameters
Constructs a new instance of InstallParameters.
Link copied to clipboard
Adds the specified apk to this MutableApkList.
Adds all elements of the given apks collection to this MutableApkList.