Interface PreferencesDetailView

  • All Superinterfaces:
    MvpView
    All Known Implementing Classes:
    PreferencesDetailActivity

    public interface PreferencesDetailView
    extends MvpView
    Extends the MvpView This notifies the activity or fragment of the results of the API once the view is called by the Presenter
    • Method Detail

      • addDomain

        void addDomain​(java.lang.String name)
        Adds a domain to the list
        Parameters:
        name - domain name
      • removeDomain

        void removeDomain​(java.lang.String name)
        Removes a domain from the list
        Parameters:
        name - domain name
      • showDialogError

        void showDialogError​(java.lang.String error)
        Show a dialog error message
        Parameters:
        error - the error message