Interface StaticFileView
-
- All Superinterfaces:
LceView
,MvpLceView
,MvpView
- All Known Implementing Classes:
StaticFileFragment
public interface StaticFileView extends LceView
View interface for any class wanting to display a Static File using theStaticFilePresenter
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
loadUrlToWebView(java.lang.String url)
This will be called by the presenter after successfully receiving the Static File URL from the server.-
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
-
-