IAccountLoginServerAsync
Interface for the asynchronous AccountLoginServer.
Methods
setHandler()
setHandler(
handler):void
Sets the handler to receive callbacks for Account Login. Collects the Component Instance automatically so it does not need to provided.
Parameters
handler
The Account Login Handler to set.
Returns
void
setHandlerForComponent()
setHandlerForComponent(
handler,instance):void
Parameters
handler
The Account Login Handler to set.
instance
IComponentInstance
The component instance for which the handler is to be set.
Returns
void
Deprecated
use setHandler() instead as it automatically collects the Component Instance.
Sets the handler to receive callbacks for Account Login for a specific component.
updateStatus()
updateStatus(
status):void
Updates the user login status.
Parameters
status
The new login status.
Returns
void
Last updated: May 13, 2026

