plusAssign

Related native applications that should be considered along with this web application.

repeated .elide.page.Context.AppManifest.RelatedApplication related_application = 13;

Parameters

value

The relatedApplication to add.


Related native applications that should be considered along with this web application.

repeated .elide.page.Context.AppManifest.RelatedApplication related_application = 13;

Parameters

values

The relatedApplication to add.


@JvmName(name = "plusAssignAppIcon")
inline operator fun DslList<Context.AppManifest.Icon, ContextKt.AppManifestKt.Dsl.AppIconProxy>.plusAssign(value: Context.AppManifest.Icon)
Application icons listed with this manifest.

repeated .elide.page.Context.AppManifest.Icon app_icon = 14;

Parameters

value

The appIcon to add.


@JvmName(name = "plusAssignAllAppIcon")
inline operator fun DslList<Context.AppManifest.Icon, ContextKt.AppManifestKt.Dsl.AppIconProxy>.plusAssign(values: Iterable<Context.AppManifest.Icon>)
Application icons listed with this manifest.

repeated .elide.page.Context.AppManifest.Icon app_icon = 14;

Parameters

values

The appIcon to add.