Skip to content

Conversation

@lposen
Copy link
Contributor

@lposen lposen commented Jan 11, 2026

🔹 JIRA Ticket(s) if any

✏️ Description

Added click handling and tracking

Testing

  • Run the setup
  • Login and then click on the "Embedded" tab
  • Click "Sync messages"
  • Click "Start session"
  • Click "Get messages"
  • On an individual message with valid click data, click "handle click"
    • The click should successfully be handled.
    • In the Xcode console, you should see a bunch of activity. This should include the following:
       💛 18:04:53.9160:0x600001807b40:OfflineRequestProcessor:addPendingTask(taskId:):466: adding pending task: D926EE25-F5DD-4312-8FCE-EC76EDAA9A9B
       💛 18:04:53.9160:0x600001852a40:IterableTaskRunner:execute(task:):186: Executing taskId: D926EE25-F5DD-4312-8FCE-EC76EDAA9A9B, name: embedded-messaging/events/click
      

Setup

  • cd into root and run yarn install
  • cd into example and run yarn install
  • cd into ios and run bundle exec pod install
  • open two separate terminals.
  • In Terminal 1
    • run watchman watch-del-all
    • run yarn start --reset-cache
  • In Terminal 2
    • cd into ios
    • run open ReactNativeSdkExample.xcworkspace
    • Once Xcode opens the project, choose an emulator then click the play button to run it.

@github-actions
Copy link

Lines Statements Branches Functions
Coverage: 62%
62.72% (392/625) 38.64% (97/251) 61.5% (139/226)

@qltysh
Copy link

qltysh bot commented Jan 11, 2026

Qlty

Coverage Impact

This PR will not change total coverage.

🚦 See full report on Qlty Cloud »

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants