-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task/sdk 4406/support corev7.1.2 #287
Conversation
- Adds new MT related APIs - Deprecates older methods - Updates versions - Updates CHANGELOG.md
- Removes deprecated function calls - Adds new buttons to testing new MT APIs
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 You can disable this status message by setting the WalkthroughThe update bumps the plugin version to 3.1.0, introducing new user-centric event logging APIs and updating dependencies for both Android and iOS. The changes deprecate older device-level event tracking methods in favor of new methods for retrieving user event logs, counts, histories, app launch counts, and last visit timestamps. Additional modifications include enhanced notification payload support and updates in sample application handlers, alongside dependency updates in build configurations and documentation. Changes
Sequence Diagram(s)sequenceDiagram
participant App
participant Plugin
participant Communicator
participant NativeSDK
App->>Plugin: Request user event log / count
Plugin->>Communicator: Forward event logging call
Communicator->>NativeSDK: Retrieve event data
NativeSDK-->>Communicator: Return event details
Communicator-->>Plugin: Relay user event data
Plugin-->>App: Provide user event log information
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
- Makes view collapsible - Adds a reusable component
- Adds ability to raise custom event and custom attributes for profileSet
- Supports CleverTap iOS SDK v7.1.0
* task(SDK-4406) - Revamps sample app - Makes view collapsible - Adds a reusable component * task(SDK-4406) - Revamps sample app - Adds ability to raise custom event and custom attributes for profileSet
* fix: flutter 3.29 drops android flutter embedding v1 (#289) * task(SDK-4421) - Adds support for flutter 3.29 - Updates workmanager dep compatible with flutter 3.29 - Updates changelog - Updates docs * task(SDK-4421) - Adds support for flutter 3.29 - Fixes changelog --------- Co-authored-by: Rodrigo Boratto <[email protected]>
- Fixes manifest file
…was called (#292) * task(SDK-4393) - Theoretical fix for NPE when onDetachedFromActivity was called * task(SDK-4393) - Fixes formatting
[SDK-4407] iOS Multi trigger support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
https://wizrocket.atlassian.net/browse/SDK-4406
Summary by CodeRabbit
New Features
Refactor
Documentation