Skip to content

Commit

Permalink
pass through events
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Nov 2, 2023
1 parent 8ba1bac commit 96fad8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ios/Nativebrik/Nativebrik/action-listener.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ func configureOnClickGesture(target: UIView, action: Selector, context: UIBlockC
let compiledEvent = UIBlockEventDispatcher(
name: event.name,
destinationPageId: event.destinationPageId,
payload: compiledPayload
payload: compiledPayload,
httpRequest: event.httpRequest,
httpResponseAssertion: event.httpResponseAssertion
)

context.dipatch(event: compiledEvent)
Expand Down

0 comments on commit 96fad8d

Please sign in to comment.