Skip to content
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

chore: added in-app event listeners #180

Merged
merged 8 commits into from
Nov 25, 2024

Conversation

Shahroz16
Copy link
Collaborator

closes: MBL-664: Initialize In-App Module in Flutter SDK

changes:

  • Added in-app listener
  • Refactored plugins to be activity-aware
  • Moved in-app listener to the in-app plugin
// Before:
CustomerIO.instance.subscribeToInAppEventListener(handleInAppEvent);
// After
CustomerIO.instance.inAppMessaging.subscribeToInAppEventListener(handleInAppEvent);

@Shahroz16 Shahroz16 requested a review from mrehan27 November 22, 2024 11:32
Copy link

github-actions bot commented Nov 22, 2024

Sample app builds 📱

Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.


  • amiapp_flutter: 180.8.0 (28874339)

Copy link
Contributor

@mrehan27 mrehan27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a few overlaps with some refactoring I'm working on in another ticket, so I might tweak those parts slightly later, rest looks good!

@Shahroz16 Shahroz16 merged commit bd03be8 into feature/data-pipelines-support Nov 25, 2024
6 checks passed
@Shahroz16 Shahroz16 deleted the mbl-663-in-app-listeners branch November 25, 2024 07:59
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