Interface UserLoaded


public interface UserLoaded
Interface for the user loaded callback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onUserLoaded(User user, boolean shouldShowSignupPage)
     
  • Method Details

    • onUserLoaded

      void onUserLoaded(User user, boolean shouldShowSignupPage)