Interface CaptionPhotoView
-
- All Superinterfaces:
ChallengeResponseView
,MvpView
- All Known Implementing Classes:
OverImageFragment
,SeparateCaptionFragment
public interface CaptionPhotoView 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
loadPhoto(java.lang.String imageUrl)
Notifies the view to display the image-
Methods inherited from interface com.cheetahdigital.challenges.ui.responses.base.ChallengeResponseView
onChallengeRespondSuccess, showErrorMessage, showLoading, showReward
-
-