Interface MemberDetailView
-
- All Superinterfaces:
LceView
,MvpLceView
,MvpView
,RefreshableView
- All Known Implementing Classes:
MemberDetailFragment
public interface MemberDetailView extends RefreshableView
ExtendsRefreshableView
This interface contains methods to be called after calls to API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
showProfileDetails​(Details profileDetail)
The View is notified in this method when the Profile was received successfully from the API call-
Methods inherited from interface com.cheetahdigital.uikit.architecture.lce.LceView
onLoadFailed, onLoadSuccess, setErrorViewClickListener
-
Methods inherited from interface com.cheetahdigital.uikit.architecture.lce.MvpLceView
showContent, showError, showLoading
-
Methods inherited from interface com.cheetahdigital.uikit.architecture.refreshable.RefreshableView
onFinishRefresh, onRefreshFailed
-
-