Interface ShippingDetailsView
-
- All Superinterfaces:
LceView
,MvpLceView
,MvpView
- All Known Implementing Classes:
ShippingDetailsActivity
public interface ShippingDetailsView extends LceView
MvpView
class ofShippingDetailsActivity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setProfileMetadata(java.util.List<Metadata> metadata)
Called by the presenter to get the profile metadatavoid
showProfile(Profile profile)
Called by the presenter to get the profile-
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
-
-