Interface NewsfeedPostView

    • Method Detail

      • showProfile

        void showProfile​(Profile profile)
        Notifies the view to show the profile of the member. This also means the GET profile API was successful
        Parameters:
        profile - Profile of the member
      • finishActivity

        void finishActivity()
        Notifies the view to finish the activity. This also mean that the post was successfully created.
      • showErrorDialog

        void showErrorDialog​(java.lang.String error)
        Notifies the view to show a dialog with the provided error message. This also means that the post not created.
        Parameters:
        error - error message