Update documentation files

This commit is contained in:
2022-05-23 21:24:50 +08:00
parent b5691c20d8
commit 91b89ae954
2 changed files with 4 additions and 0 deletions

View File

@@ -262,6 +262,8 @@ inline fun onAppLifecycle(initiate: AppLifecycle.() -> Unit)
!> 在 `loadZygote` 中不会被装载,仅会在 `loadSystem``loadApp` 中装载。
!> 作为 Hook API 装载时请使用原生的 `Application` 实现生命周期监听。
### loadApp [method]
```kotlin