Skip to content

Commit

Permalink
Fix from comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PravinPK committed Nov 18, 2024
1 parent 0e859b9 commit 2eeb3b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ struct HomePage: View, ContentCardUIEventListening {

The `onInteract` method provides an optional `actionURL` parameter associated with the interaction event. The return value of this method determines how the URL is handled.

* Return `true` if your application has successfully handled the URL. This indicates to the SDK that no further action is needed.
* Returns `true` if your application has successfully handled the URL. This indicates to the SDK that no further action is needed.

* Return `false` to allow the SDK to process the URL.
* Returns `false` to allow the SDK to process the URL.

<CodeBlock slots="heading, code" repeat="1" languages="Swift" />

Expand Down

0 comments on commit 2eeb3b9

Please sign in to comment.