launch.md 1.3 KB
Newer Older
1 2 3 4 5 6 7 8 9 10
## uni.getLaunchOptionsSync() @getlaunchoptionssync

<!-- UTSAPIJSON.getLaunchOptionsSync.description -->

<!-- UTSAPIJSON.getLaunchOptionsSync.compatibility -->

<!-- UTSAPIJSON.getLaunchOptionsSync.param -->

<!-- UTSAPIJSON.getLaunchOptionsSync.returnValue -->

W
wanganxp 已提交
11 12
- 如果应用通过scheme或applink(通用链接)启动,可以通过本API获取。配置scheme或applink需在AndroidManifest.xml或info.plist中配置,打包后生效。

13 14 15 16 17 18 19 20
<!-- UTSAPIJSON.getLaunchOptionsSync.example -->

<!-- UTSAPIJSON.getLaunchOptionsSync.tutorial -->

## uni.getEnterOptionsSync() @getenteroptionssync

<!-- UTSAPIJSON.getEnterOptionsSync.description -->

W
wanganxp 已提交
21 22
uni.getEnterOptionsSync 和 uni.getLaunchOptionsSync 的区别,相当于应用的 onShow 和 onLaunch 的区别,详见[应用生命周期](../collocation/app.md#applifecycle)

23 24 25 26 27 28
<!-- UTSAPIJSON.getEnterOptionsSync.compatibility -->

<!-- UTSAPIJSON.getEnterOptionsSync.param -->

<!-- UTSAPIJSON.getEnterOptionsSync.returnValue -->

W
wanganxp 已提交
29 30
- 如果应用通过scheme或applink(通用链接)启动,可以通过本API获取。配置scheme或applink需在AndroidManifest.xml或info.plist中配置,打包后生效。

31 32 33 34 35 36 37 38 39
<!-- UTSAPIJSON.getEnterOptionsSync.example -->

<!-- UTSAPIJSON.getEnterOptionsSync.tutorial -->

<!-- UTSAPIJSON.launch.example -->

<!-- UTSAPIJSON.general_type.name -->

<!-- UTSAPIJSON.general_type.param -->