Package-level declarations

Types

Link copied to clipboard

Functions

Link copied to clipboard
inline fun InstallParameters(baseApk: Uri, configure: InstallParametersDsl.() -> Unit): InstallParameters
@RequiresApi(value = 21)
inline fun InstallParameters(apks: Iterable<Uri>, configure: InstallParametersDsl.() -> Unit): InstallParameters

Constructs a new instance of InstallParameters.

Link copied to clipboard
@RequiresApi(value = 21)
inline operator fun MutableApkList.plusAssign(apk: Uri)

Adds the specified apk to this MutableApkList.

@RequiresApi(value = 21)
inline operator fun MutableApkList.plusAssign(apks: Iterable<Uri>)

Adds all elements of the given apks collection to this MutableApkList.