AppManifest
Specifies details about an application manifest, which should be or is linked to a given web
page, that is being rendered by the render engine.
Content copied to clipboard
elide.page.Context.AppManifest
Types
Link copied to clipboard
Specifies details about an application manifest, which should be or is linked to a given web
page, that is being rendered by the render engine.
Content copied to clipboard
elide.page.Context.AppManifest
Link copied to clipboard
Enumerates display modes which are available for selection in the web application manifest
spec. Each display mode is described herein.
Content copied to clipboard
elide.page.Context.AppManifest.DisplayMode
Link copied to clipboard
Specifies the structure of an icon graphic linked to this web page via an application manifest.
Icons can be specified in multiple formats and sizes.
Content copied to clipboard
elide.page.Context.AppManifest.Icon
Link copied to clipboard
Link copied to clipboard
Describes available orientation modes, for specifying the default orientation mode for an application
within a web app manifest.
Content copied to clipboard
elide.page.Context.AppManifest.OrientationMode
Link copied to clipboard
Specifies details about a related application, which should be considered canonically the same
as this application, but for a different platform.
Content copied to clipboard
elide.page.Context.AppManifest.RelatedApplication
Link copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
inline fun Context.AppManifest.copy(block: ContextKt.AppManifestKt.Dsl.() -> Unit): Context.AppManifest
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Application icons listed with this manifest.
Content copied to clipboard
repeated .elide.page.Context.AppManifest.Icon app_icon = 14;
Link copied to clipboard
Application icons listed with this manifest.
Content copied to clipboard
repeated .elide.page.Context.AppManifest.Icon app_icon = 14;
Link copied to clipboard
Application icons listed with this manifest.
Content copied to clipboard
repeated .elide.page.Context.AppManifest.Icon app_icon = 14;
Link copied to clipboard
Application icons listed with this manifest.
Content copied to clipboard
repeated .elide.page.Context.AppManifest.Icon app_icon = 14;
Link copied to clipboard
Application icons listed with this manifest.
Content copied to clipboard
repeated .elide.page.Context.AppManifest.Icon app_icon = 14;
Link copied to clipboard
Defines the expected application background color.
Content copied to clipboard
string background_color = 5;
Link copied to clipboard
Defines the expected application background color.
Content copied to clipboard
string background_color = 5;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies a narrative description about this application.
Content copied to clipboard
string description = 6;
Link copied to clipboard
Specifies a narrative description about this application.
Content copied to clipboard
string description = 6;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies the language direction - RTL or LTR, for this application.
Content copied to clipboard
string direction = 7;
Link copied to clipboard
Specifies the language direction - RTL or LTR, for this application.
Content copied to clipboard
string direction = 7;
Link copied to clipboard
Defines the developers' preferred display mode for this application.
Content copied to clipboard
.elide.page.Context.AppManifest.DisplayMode display = 4;
Link copied to clipboard
Defines the developers' preferred display mode for this application.
Content copied to clipboard
.elide.page.Context.AppManifest.DisplayMode display = 4;
Link copied to clipboard
Link copied to clipboard
Specifies the language this application is being served in.
Content copied to clipboard
.elide.base.LanguageSpec language = 8;
Link copied to clipboard
Specifies the language this application is being served in.
Content copied to clipboard
.elide.base.LanguageSpec language = 8;
Link copied to clipboard
Full name for this application.
Content copied to clipboard
string name = 1;
Link copied to clipboard
Link copied to clipboard
Specifies expected screen orientation for this application.
Content copied to clipboard
.elide.page.Context.AppManifest.OrientationMode orientation = 9;
Link copied to clipboard
Specifies expected screen orientation for this application.
Content copied to clipboard
.elide.page.Context.AppManifest.OrientationMode orientation = 9;
Link copied to clipboard
Link copied to clipboard
Flag indicating whether we want to prefer native apps for the user's experience.
Content copied to clipboard
bool prefer_related_applications = 12;
Link copied to clipboard
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;
Link copied to clipboard
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;
Link copied to clipboard
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;
Link copied to clipboard
open fun getRelatedApplicationOrBuilder(index: Int): Context.AppManifest.RelatedApplicationOrBuilder
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;
Link copied to clipboard
open fun getRelatedApplicationOrBuilderList(): List<out Context.AppManifest.RelatedApplicationOrBuilder>
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;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Defines the navigation scope for this web application's context.
Content copied to clipboard
string scope = 11;
Link copied to clipboard
Link copied to clipboard
Short name for this application.
Content copied to clipboard
string short_name = 2;
Link copied to clipboard
Short name for this application.
Content copied to clipboard
string short_name = 2;
Link copied to clipboard
Starting URL where this application can be entered.
Content copied to clipboard
string start_url = 3;
Link copied to clipboard
Starting URL where this application can be entered.
Content copied to clipboard
string start_url = 3;
Link copied to clipboard
Link copied to clipboard
Specifies the language this application is being served in.
Content copied to clipboard
.elide.base.LanguageSpec language = 8;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Context.AppManifest
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Context.AppManifest
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Context.AppManifest
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Context.AppManifest
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard