Interface ReceiptDetailsView
-
- All Superinterfaces:
LceView,MvpLceView,MvpView
- All Known Implementing Classes:
ReceiptDetailsActivity
public interface ReceiptDetailsView extends LceView
ExtendsLceViewThis 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 voidshowReceiptDetails(Receipt receipt)Called by the MVP Presenter after receiving response from aReceiptAPI.getReceipt(ReceiptParams, boolean, ListenerModel)-
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
-
-
-
-
Method Detail
-
showReceiptDetails
void showReceiptDetails(Receipt receipt)
Called by the MVP Presenter after receiving response from aReceiptAPI.getReceipt(ReceiptParams, boolean, ListenerModel)- Parameters:
receipt- receipt object
-
-