WebViewPresenterDelegate

public protocol WebViewPresenterDelegate : AnyObject

This protocol represents a delegate which can be called by one of the web view presenting implementation.

  • didReloadWebView() Default implementation

    The presenter must call this method when webview is to be reloaded

    Default Implementation

    Declaration

    Swift

    func didReloadWebView()
  • The presenter must call this method when dismissed the UIViewController that cointained the web view.

    Declaration

    Swift

    func didDismissWebView()