IAccountLoginServerAsync
IAccountLoginServerAsync
用于异步AccountLoginServer的接口。
方法
updateStatus()
updateStatus(status: IStatus):
void
更新用户登录状态。
参数
status
新登录状态。
setHandler()
setHandler(handler: IAccountLoginHandlerAsync):
void
将处理程序设置为接收账户登录回调。自动收集组件实例,因此无需提供。
参数
handler
要设置的账户登录处理程序。
setHandlerForComponent()
setHandlerForComponent(handler: IAccountLoginHandlerAsync, instance:
IComponentInstance):void
参数
handler
要设置的账户登录处理程序。
instance
IComponentInstance
要设置处理程序的组件实例。
Last updated: 2026年7月22日

