Interface EventDateDetailsView

    • Method Detail

      • showEventDetails

        void showEventDetails​(Event event)
        Show the details using the Event passed
        Parameters:
        event - the Event passed
      • updateFavoriteButton

        void updateFavoriteButton​(boolean isFavorite)
        Notifies the view to update the properties of the favorite button
        Parameters:
        isFavorite - true if in favorite state, else false
      • showSnackError

        void showSnackError​(java.lang.String error)
        Show a snack view containing the error message passed
        Parameters:
        error - content of the error