analytics_hub_appsflyer library
Appsflyer implementation for AnalyticsHub.
This library provides AppsflyerAnalyticsHubProvider and
AppsflyerAnalyticsHubIdentifier to send Events from
AnalyticsHub to Appsflyer via AppsFlyerSdk.logEvent.
Example:
final provider = AppsflyerAnalyticsHubProvider(appsFlyerSdk: appsFlyer);
final hub = AnalyticsHub(
providers: [provider],
);
await hub.sendEvent(...);
Classes
- AppsflyerAnalyticsHubIdentifier
-
ProviderIdentifierfor the Appsflyer analytics provider. - AppsflyerAnalyticsHubProvider
-
AnalyticsProviderthat sendsEvents to Appsflyer viaAppsFlyerSdk.