Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
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日