Interface CheckInView

  • All Superinterfaces:
    ChallengeResponseView, com.cheetahdigital.uikit.architecture.mvp.MvpView
    All Known Implementing Classes:
    CheckInFragment

    public interface CheckInView
    extends ChallengeResponseView
    This view must be implemented to notify the Activity or Fragment of the API call returns
    • Method Detail

      • showCheckInDetails

        void showCheckInDetails​(com.cheetahdigital.locations.core.model.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