set
operator fun DslList<Context.AppManifest.RelatedApplication, ContextKt.AppManifestKt.Dsl.RelatedApplicationProxy>.set(index: Int, 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
index
The index to set the value at.
value
The relatedApplication to set.
operator fun DslList<Context.AppManifest.Icon, ContextKt.AppManifestKt.Dsl.AppIconProxy>.set(index: Int, value: Context.AppManifest.Icon)
Application icons listed with this manifest.
Content copied to clipboard
repeated .elide.page.Context.AppManifest.Icon app_icon = 14;
Parameters
index
The index to set the value at.
value
The appIcon to set.