HomeDocs
跳到主要内容

dlt.navigateToDeeplink

简介

通过 deeplink 打开外部应用,该 API 仅对内部开放,需主动申请。

参数

Object object

属性类型默认值必填描述
deeplinkstring跳转的 deeplink
successfunction接口调用成功的回调函数
failfunction接口调用失败的回调函数
completefunction接口调用结束的回调函数(调用成功、失败都会执行)

1. 跳转到短信页面:smsto:号码:消息内容
deeplink: 'smsto:10086:hhhhhhh';

2. 跳转到拨号页面:tel:号码
deeplink: 'tel:10086';

3. 外部浏览器打开网址
deeplink: 'https://www.baidu.com'; //使用默认浏览器打开

4. 拉起其他外部应用,intent uri 规则
//跳转到google play
deeplink: 'https://play.google.com/store/apps/details';
//跳转到京东
deeplink: 'openapp.jdmobile://virtual';

示例代码

dlt.navigateToDeeplink({
deeplink: 'https://www.baidu.com',
});
Privacy agreementDeveloper agreementcontact us: developer_service.mi@transsion.com © 2024 MiniApp. All Rights Reserved.