You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
The text was updated successfully, but these errors were encountered:
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.
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();
The text was updated successfully, but these errors were encountered: