as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
Ring
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持

IAccountLoginServerAsync

IAccountLoginServerAsync

用于异步AccountLoginServer的接口。

方法

updateStatus()

updateStatus(status: IStatus): void

更新用户登录状态。

参数

status

IStatus

新登录状态。


setHandler()

setHandler(handler: IAccountLoginHandlerAsync): void

将处理程序设置为接收账户登录回调。自动收集组件实例,因此无需提供。

参数

handler

IAccountLoginHandlerAsync

要设置的账户登录处理程序。


setHandlerForComponent()

setHandlerForComponent(handler: IAccountLoginHandlerAsync, instance: IComponentInstance): void

参数

handler

IAccountLoginHandlerAsync

要设置的账户登录处理程序。

instance

IComponentInstance

要设置处理程序的组件实例。


Last updated: 2026年7月22日