BrowserChromeDelegate

protocol BrowserChromeDelegate : NSObjectProtocol

Undocumented

  • Called when the custom view has been tapped.

    Note

    Must have set a custom view on the browser header first in order to receive this callback.

    Declaration

    Swift

    optional func browser(_ browser: Any, didSelectCustomActionWithView view: Any!)

    Parameters

    browser

    The interface to the browser object that can be used to customize the display.

    view

    The custom view set on the browser header.

  • Called when the header subtitle has been tapped.

    Declaration

    Swift

    optional func browserDidSelectSubtitle(_ browser: Any)

    Parameters

    browser

    The interface to the browser object that can be used to customize the display.