We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46143f9 commit 02c3d79Copy full SHA for 02c3d79
docs/developer-guide/plugin/interaction/shared-events.md
@@ -53,6 +53,11 @@ public class HaloEventListener {
53
54
- UserConnectionDisconnectedEvent:用户解绑第三方登陆方式时触发的事件
55
56
+#### 用户
57
+
58
+- UserLoginEvent:用户登录成功
59
+- UserLogoutEvent:用户登出成功
60
61
## 发布自定义共享事件
62
63
除了监听已有的共享事件,插件也可以定义和发布自定义的共享事件,使得其他依赖该插件的组件能够监听和响应。
0 commit comments