ClickInputEventResponder

public protocol ClickInputEventResponder

Implement this protocol with your View to receive HTML click events.

  • Called when a click event is received.

    Declaration

    Swift

    func onClickInputEvent()