This commit is contained in:
Him188 2021-08-28 01:44:06 +08:00 committed by GitHub
parent 8a86c3722f
commit 8d1884c98a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,7 +216,7 @@ val channel = GlobalEventChannel
## 在 `EventChannel` 监听事件
使用:
- `EventChannel.subscribe`:监听事件并自行觉得何时停止
- `EventChannel.subscribe`:监听事件并自行决定何时停止
- `EventChannel.subscribeAlways`:一直监听事件
- `EventChannel.subscribeOnce`:只监听一次事件