- Single Invocation Scenario
Where the self-handled in-app method is called once in the app, the event listener captures and logs the payload a single time. The following are example snippets of the implementation:

- Multiple Invocation Scenario
If the self-handled in-app method is called multiple times in quick succession, React Native’s event-handling model ensures the listener still responds only once. For example:
