/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | app-startup-overview.md | 28 按照应用链接的scheme以及校验机制的不同,可以分为Deep Linking与App Linking两种方式。 30 - **Deep Linking**:是一种通过链接跳转至应用特定页面的技术,其特点是支持开发者定义任意形式的scheme。由于缺乏域名校验机制,容易被其他应用所仿冒。 35 相比Deep Linking,App Linking具有更高的安全性和可靠性,用户体验更佳。推荐开发者将App Linking作为首选方案。 37 | 类型 | App Linking(推荐) | Deep Linking | 44 Deep Linking与App Linking均可以使用[openLink](../reference/apis-ability-kit/js-apis-inner-application-uiA… 51 | 应用链接类型 | App Linking(推荐) | Deep Linking |
|
H A D | app-linking-startup.md | 5 使用App Linking进行跳转时,系统会根据接口传入的uri信息(HTTPS链接)将用户引导至目标应用中的特定内容,无论应用是否已安装,用户都可以访问到链接对应的内容,整个跳转体验相比[Deep… 16 * App Linking在Deep Linking基础上增加了域名校验环节,通过域名校验,可帮助用户消除歧义,识别合法归属于域名的应用,使链接更加安全可靠。 146 …者默认,则为App Linking优先的方式打开应用。若有App Linking匹配的应用,则直接打开目标应用。若无App Linking匹配的应用,则尝试以Deep Linking的方式打开应用。
|
H A D | deep-linking-startup.md | 1 # 使用Deep Linking实现应用间跳转 3 采用Deep Linking进行跳转时,系统会根据接口中传入的uri信息,在本地已安装的应用中寻找到符合条件的应用并进行拉起。当匹配到多个应用时,会拉起应用选择框。 7 Deep Linking基于隐式Want匹配机制中的uri匹配来查询、拉起目标应用。隐式Want的uri匹配规则详见[uri匹配规则](explicit-implicit-want-mappings… 18 > Deep Linking中的scheme取值通常不为https、http、file,否则会拉起默认的系统浏览器。
|
H A D | Readme-CN.md | 47 - [使用Deep Linking实现应用间跳转](deep-linking-startup.md)
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/ |
H A D | projection_tree.cpp | 37 tempNode->Deep = node->Deep + 1; in ParseSinglePathToTree() 38 if (tempNode->Deep > JSON_DEEP_MAX) { in ParseSinglePathToTree()
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | app-startup-overview.md | 28 There are two types of linking: Deep Linking and App Linking, which vary in the scheme configuratio… 30 - Deep Linking enables users to jump to a specific page of an application through a link. It allows… 35 Compared with Deep Linking, App Linking has higher security, reliability, and user experience. Ther… 37 | Item| App Linking (Recommended)| Deep Linking | 44 Both Deep Linking and App Linking can be implemented using [openLink](../reference/apis-ability-kit… 51 | Scenario| App Linking (Recommended)| Deep Linking |
|
H A D | deep-linking-startup.md | 1 # Using Deep Linking for Application Redirection 3 In Deep Linking, the system, based on the passed-in URI, searches for the application that meets th… 7 Deep Linking searches for an application based on the URI matching rules in implicit Want mechanism… 18 > The value of **scheme** in Deep Linking cannot be **https**, **http**, or **file**. Otherwise, th… 173 To implement application redirection from a **Web** component in Deep Linking mode, process the def…
|
H A D | app-linking-startup.md | 5 …n the target application based on the passed-in URI (HTTPS link). Unlike [Deep Linking](deep-linki… 16 * App Linking adopts domain name verification, which is unavailable in Deep Linking. Domain name ve… 148 …pened. If no application matches, the system attempts to open the application in Deep Linking mode.
|
H A D | uiability-startup-adjust.md | 49 … mode. If no matching application is found, the system starts the application in Deep Linking mode. 150 … mode. If no matching application is found, the system starts the application in Deep Linking mode.
|
H A D | Readme-EN.md | 47 - [Using Deep Linking for Application Redirection](deep-linking-startup.md)
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/ |
H A D | projection_tree.h | 30 int Deep; member 33 Deep = 0; in ProjectionNode()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.3/ |
H A D | changelog-@Prop.md | 6 ## cl. Change from Shallow Copy to Deep Copy of Objects by @Prop 123 …// Deep copy in API version 10: The this.stateClassAArray instance is completely copied, including…
|
/ohos5.0/docs/zh-cn/device-dev/quick-start/ |
H A D | quickstart-appendix-hi3861.md | 42 …3V<br/>- 支持RF自校准方案<br/>- 低功耗:<br/> - Ultra Deep Sleep模式:5μA&nb…
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-openLinkOptions.md | 25 …d no UIAbility matches the URL in App Linking, App Linking is degraded to Deep Link. The default v…
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/ |
H A D | README.en.md | 12 > App Linking redirects users from different platform to your in-app content. Compared with Deep Li…
|
/ohos5.0/docs/en/application-dev/media/image/ |
H A D | image-pixelmap-operation.md | 72 ## Development Example: Cloning (Deep Copying) a PixelMap
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-appendix-hi3861.md | 42 …r 3.3 V<br>- RF self-calibration<br>- Low power consumption:<br> - Ultra Deep Sleep mode: 5 μA@3.…
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-state-management-best-practices.md | 6 ## Replacing @Prop with @ObjectLink to Minimize Unnecessary Deep Copy
|
H A D | arkts-more-cases.md | 2215 ### Deep Copy
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-arkts-utils.md | 437 Serialized transfer: Deep copy to other threads is supported.
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v5.0-beta1.md | 23 - Deep Link and App Linking are provided to reduce usage costs for developers and improve navigatio…
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | website.md | 165 - [使用Deep Linking实现应用间跳转](application-models/deep-linking-startup.md)
|
/ohos5.0/docs/en/application-dev/ |
H A D | website.md | 163 … - [Using Deep Linking for Application Redirection](application-models/deep-linking-startup.md)
|