as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

IAccountLoginServerAsync

Interface for the asynchronous AccountLoginServer.

Methods

setHandler()

setHandler(handler): void

Sets the handler to receive callbacks for Account Login.

Parameters

handler

IAccountLoginHandlerAsync

The Account Login Handler to set.

Returns

void


setHandlerForComponent()

setHandlerForComponent(handler, instance): void

Sets the handler to receive callbacks for Account Login for a specific component.

Parameters

handler

IAccountLoginHandlerAsync

The Account Login Handler to set.

instance

IComponentInstance

The component instance for which the handler is to be set.

Returns

void


updateStatus()

updateStatus(status): void

Updates the user login status.

Parameters

status

IStatus

The new login status.

Returns

void


Last updated: Oct 02, 2025