NativeBridgeActionRunner

public protocol NativeBridgeActionRunner

Action runner used in the NativeBridge.

  • Called to run an action when triggered from the web view.

    Declaration

    Swift

    @MainActor
    func runAction(actionName: String, arguments: ActionArguments, webView: WKWebView) async -> ActionResult

    Parameters

    actionName

    The action name.

    arguments

    The action arguments.

    webView

    The web view.

    Return Value

    The action result.