Interface FriendsView

    • Method Detail

      • showFacebookError

        void showFacebookError​(java.lang.String error)
        Show a facebooke error
        Parameters:
        error - error message
      • showFriendList

        void showFriendList​(java.util.List<Friend> friendList)
        Show the list of Friend
        Parameters:
        friendList - contains the list of Friend to use
      • showFacebookLoginButton

        void showFacebookLoginButton​(boolean show)
        Show/hide the facebook login button
        Parameters:
        show - true to show, else false
      • logoutFacebook

        void logoutFacebook()
        Logout the current user logged in from facebook