Contents

applinks.Defaults

An object that defines the default settings to use for universal links pattern matching.

Declaration

object applinks.Defaults

Properties

NameTypeDescription
caseSensitiveboolean
percentEncodedboolean

Overview

This object is a subclass of components and can contain any of its properties. See applinks.Details.Components for a list of available properties.

You can specify pattern-matching values at three levels: domain, app, and URL. You use the defaults object to define domain- and app-level default values. When you define default values at the domain level, they apply to all pattern matches for the domain, while default values at the app level apply to all pattern matches for the associated apps.

The more specific definition overrides the less specific. So the default values you set at the app level override the default values you set at the domain level. If you set values at the URL level in the applinks.Details.Components object, those values override the default values at the app and domain levels.