plusAssign
inline operator fun DslList<Context.AppManifest.RelatedApplication, ContextKt.AppManifestKt.Dsl.RelatedApplicationProxy>.plusAssign(value: Context.AppManifest.RelatedApplication)
Related native applications that should be considered along with this web application.
Content copied to clipboard
repeated .elide.page.Context.AppManifest.RelatedApplication related_application = 13;
Parameters
value
The relatedApplication to add.
inline operator fun DslList<Context.AppManifest.RelatedApplication, ContextKt.AppManifestKt.Dsl.RelatedApplicationProxy>.plusAssign(values: Iterable<Context.AppManifest.RelatedApplication>)
Related native applications that should be considered along with this web application.
Content copied to clipboard
repeated .elide.page.Context.AppManifest.RelatedApplication related_application = 13;
Parameters
values
The relatedApplication to add.
inline operator fun DslList<Context.AppManifest.Icon, ContextKt.AppManifestKt.Dsl.AppIconProxy>.plusAssign(value: Context.AppManifest.Icon)
Application icons listed with this manifest.
Content copied to clipboard
repeated .elide.page.Context.AppManifest.Icon app_icon = 14;
Parameters
value
The appIcon to add.
inline operator fun DslList<Context.AppManifest.Icon, ContextKt.AppManifestKt.Dsl.AppIconProxy>.plusAssign(values: Iterable<Context.AppManifest.Icon>)
Application icons listed with this manifest.
Content copied to clipboard
repeated .elide.page.Context.AppManifest.Icon app_icon = 14;
Parameters
values
The appIcon to add.