kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
PWA
/
InstallParameter
Install
Parameter
@
Serializable
data
class
InstallParameter
(
val
manifestId
:
String
,
val
installUrlOrBundleUrl
:
String
?
=
null
)
Members
Constructors
Install
Parameter
Link copied to clipboard
constructor
(
manifestId
:
String
,
installUrlOrBundleUrl
:
String
?
=
null
)
Properties
install
Url
Or
Bundle
Url
Link copied to clipboard
val
installUrlOrBundleUrl
:
String
?
=
null
The location of the app or bundle overriding the one derived from the manifestId.
manifest
Id
Link copied to clipboard
val
manifestId
:
String