Interface UpdateAttributeView
-
- All Superinterfaces:
ChallengeResponseView
,MvpView
- All Known Implementing Classes:
UpdateAttributeFragment
public interface UpdateAttributeView 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
showProfileAttributes(java.util.List<ProfileAttribute> attributes)
Notifies the view to show the profile attributes-
Methods inherited from interface com.cheetahdigital.challenges.ui.responses.base.ChallengeResponseView
onChallengeRespondSuccess, showErrorMessage, showLoading, showReward
-
-
-
-
Method Detail
-
showProfileAttributes
void showProfileAttributes(java.util.List<ProfileAttribute> attributes)
Notifies the view to show the profile attributes- Parameters:
attributes
- list ofProfileAttribute
-
-