Interface ShippingDetailsView

  • All Superinterfaces:
    com.cheetahdigital.uikit.architecture.lce.LceView, com.cheetahdigital.uikit.architecture.lce.MvpLceView, com.cheetahdigital.uikit.architecture.mvp.MvpView
    All Known Implementing Classes:
    ShippingDetailsActivity

    public interface ShippingDetailsView
    extends com.cheetahdigital.uikit.architecture.lce.LceView
    MvpView class of ShippingDetailsActivity
    • 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 metadata
      void 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
    • Method Detail

      • setProfileMetadata

        void setProfileMetadata​(java.util.List<Metadata> metadata)
        Called by the presenter to get the profile metadata
        Parameters:
        metadata - list of Metadata used to get profile
      • showProfile

        void showProfile​(Profile profile)
        Called by the presenter to get the profile
        Parameters:
        profile - Profile instance to be displayed