We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aboutToAppear() { ... ... wfc.eventEmitter?.on(EventType.UserInfosUpdate, this.onUserInfosUpdate) // 无回调 wfc.eventEmitter?.on(EventType.FriendListUpdate, this.onFriendListUpdate) // 无回调 wfc.eventEmitter?.on(EventType.FriendRequestUpdate, this.onFriendRequestUpdate) // 有回调 ... ... }
操作步骤:
The text was updated successfully, but these errors were encountered:
用户信息更新通知是“主动”触发的。
获取用户信息时,如果当前本地不存在该用户信息,或传了强制刷新的参数时,会从服务端拉取该用户信息,拉取成功之后,触发用户信息更新通知。
Sorry, something went wrong.
用户信息更新通知是“主动”触发的。 获取用户信息时,如果当前本地不存在该用户信息,或传了强制刷新的参数时,会从服务端拉取该用户信息,拉取成功之后,触发用户信息更新通知。
Android / iOS 上面的操作场景都会自动更新。
No branches or pull requests
操作步骤:
The text was updated successfully, but these errors were encountered: