Interface CheckInView

    • Method Detail

      • showCheckInDetails

        void showCheckInDetails​(Place place,
                                int points)
        Notifies the view to show check-in details
        Parameters:
        place - the Place model
        points - the check-in reward
      • showCheckInNotAvailable

        void showCheckInNotAvailable()
        Notifies the view to that check-in is not available at current location
      • showCheckInConfirmation

        void showCheckInConfirmation​(int points)
        Notifies the view to that check-in is successful
        Parameters:
        points - the check-in reward