public interface SwarmLoginListener
Modifier and Type | Method and Description |
---|---|
void |
loginCanceled()
This method is called if the user intentionally cancels logging in.
|
void |
loginStarted()
This method is called when the login process has started (when a login dialog is displayed to the user).
|
void |
userLoggedIn(SwarmActiveUser user)
This method is called when the user has successfully logged in.
|
void |
userLoggedOut()
This method is called when the user logs out for any reason.
|
void loginStarted()
void loginCanceled()
void userLoggedIn(SwarmActiveUser user)
user
- The SwarmActiveUser that has successfully logged in (this will match Swarm.user).void userLoggedOut()