Interface ContentPageView
-
- All Superinterfaces:
LceView
,MvpLceView
,MvpView
- All Known Implementing Classes:
ContentPageFragment
public interface ContentPageView extends LceView
View to be implemented forContentPageFragment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
loadUrlToWebView(ContentPage contentPage)
This will be called by the presenter after a successful call to the API-
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
-
loadUrlToWebView
void loadUrlToWebView(ContentPage contentPage)
This will be called by the presenter after a successful call to the API- Parameters:
contentPage
-ContentPage
from the API
-
-