Added getAppLaunchNotification method Add launchNotification support to CleverTapPlugin#364
Added getAppLaunchNotification method Add launchNotification support to CleverTapPlugin#364akashvercetti wants to merge 3 commits into
Conversation
|
Bugbot is not enabled for this team, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
Caution Review failedAn error occurred during the review process. Please try again later. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughAdds a ChangesApp Launch Notification Feature
Estimated code review effort: 2 (Simple) | ~10 minutes Sequence Diagram(s)sequenceDiagram
participant iOSApp as iOS App
participant CleverTapPlugin
participant CleverTapSDK
participant FlutterApp
iOSApp->>CleverTapPlugin: applicationDidLaunchWithOptions
CleverTapPlugin->>CleverTapSDK: isCleverTapNotification(payload)
CleverTapSDK-->>CleverTapPlugin: true/false
CleverTapPlugin->>CleverTapPlugin: store payload in launchNotification
FlutterApp->>CleverTapPlugin: getAppLaunchNotification
CleverTapPlugin-->>FlutterApp: notificationLaunchedApp, notificationPayload
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Bugbot is not enabled for this team, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
@coderabbitai
Summary by CodeRabbit
New Features
Bug Fixes