CapacitorContainerDelegate
@authgear/capacitor / CapacitorContainerDelegate
Interface: CapacitorContainerDelegate
Properties
onSessionStateChange()
onSessionStateChange: (
container,reason) =>void
This callback will be called when the session state is changed.
For example, when the user logs out, the new state is "NO_SESSION" and the reason is "LOGOUT".
Parameters
container
reason
Returns
void