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

How to use WebEngage through flutter_segment. #61

Open
SarthakWebEngage opened this issue Nov 18, 2022 · 2 comments
Open

How to use WebEngage through flutter_segment. #61

SarthakWebEngage opened this issue Nov 18, 2022 · 2 comments

Comments

@SarthakWebEngage
Copy link

I want to integrate WebEngage through flutter, can you please guide me how to do so.

For instance, native integration looks like:

Analytics analytics = new Analytics.Builder(this, "KEY") .trackApplicationLifecycleEvents() // Enable this to record certain application events automatically! .logLevel(Analytics.LogLevel.VERBOSE) .use(WebEngageIntegration.FACTORY.withWebEngageConfig(webEngageConfig)) .build();

@SarthakWebEngage
Copy link
Author

Hey @danielgomezrico,
I would like to submit a pull request to support usage for third party integration like WebEngage. Do help me with any pre-requisites if any.

@danielgomezrico
Copy link
Contributor

danielgomezrico commented Nov 30, 2022

@SarthakWebEngage Currently we have a blocking issue related to new integrations: #49

I advise you to create a branch with the implementation and use pubspec to point to that branch if you want to have it fast :)

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

No branches or pull requests

2 participants