InstallParameter

@Serializable
data class InstallParameter(val manifestId: String, val installUrlOrBundleUrl: String? = null)

Constructors

Link copied to clipboard
constructor(manifestId: String, installUrlOrBundleUrl: String? = null)

Properties

Link copied to clipboard

The location of the app or bundle overriding the one derived from the manifestId.

Link copied to clipboard