Class OtherProfileController

    • Constructor Detail

      • OtherProfileController

        public OtherProfileController​(ProfileFragment fragment,
                                      GameController gameController,
                                      java.util.UUID deviceUUID)
        This initializes the controller with its corresponding fragment
        Parameters:
        fragment - This is the fragment the controller manages
        gameController - The game controller that controls the global view
        deviceUUID - Device UUID of the profile.
    • Method Detail

      • handleContactButtonClick

        public void handleContactButtonClick()
        Description copied from class: ProfileController
        This handles the action to take when the contact info button is clicked. Either displaying the contact information or rendering the edit details fragment.
        Specified by:
        handleContactButtonClick in class ProfileController
      • handleFollowButtonClick

        public void handleFollowButtonClick()