public interface StreetsideLoginListener
OAuthPortListener.| Modifier and Type | Method and Description |
|---|---|
void |
onLogin(String username)
Should be called whenever the user logs into a mapillary account.
|
void |
onLogout()
Should be called whenever the user logs out of a mapillary account.
|
void onLogin(String username)
username - the username that the user is now logged in withvoid onLogout()