Interface GiftcardDetailsView
-
- All Superinterfaces:
LceView
,MvpLceView
,MvpView
,RefreshableView
- All Known Implementing Classes:
GiftcardDetailsActivity
public interface GiftcardDetailsView extends RefreshableView
View to be implemented forGiftcardDetailsActivity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
showGiftcardDetails(Giftcard giftcard)
This notifies the view to show giftcard details.-
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
-
-