Interface StreetsideLoginListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onLogin​(java.lang.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.
    • Method Detail

      • onLogin

        void onLogin​(java.lang.String username)
        Should be called whenever the user logs into a mapillary account. E.g. for updating the GUI to reflect the login status.
        Parameters:
        username - the username that the user is now logged in with
      • onLogout

        void onLogout()
        Should be called whenever the user logs out of a mapillary account. E.g. for updating the GUI to reflect the login status.