Interface UpdatePreferencesView
-
- All Superinterfaces:
ChallengeResponseView
,MvpView
- All Known Implementing Classes:
UpdatePreferencesFragment
public interface UpdatePreferencesView extends ChallengeResponseView
This view must be implemented to notify the Activity or Fragment of the API call returns
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
showPreferences(java.util.List<Preference> preferences)
Notifies the view to show the preferences-
Methods inherited from interface com.cheetahdigital.challenges.ui.responses.base.ChallengeResponseView
onChallengeRespondSuccess, showErrorMessage, showLoading, showReward
-
-
-
-
Method Detail
-
showPreferences
void showPreferences(java.util.List<Preference> preferences)
Notifies the view to show the preferences- Parameters:
preferences
- list ofPreference
-
-