Interface BadgeDetailsView
- 
- All Superinterfaces:
 LceView,MvpLceView,MvpView
- All Known Implementing Classes:
 BadgeDetailsFragment
public interface BadgeDetailsView extends LceView
View to be implemented forBadgeDetailsFragment 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshowBadge(Badge badge)Callback called when successful- 
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 
 - 
 
 -