AppsFlyer module
- Enum:
AffiseModules.APPSFLYER(lib/module/affise_modules.dart:7) - Native key:
"AppsFlyer"(lib/module/affise_modules.dart:33) - Dart accessor:
Affise.module.appsFlyer→AffiseModuleAppsFlyerApi - Implementation:
lib/module/appsflyer/affise_appsflyer.dart:8 - API:
lib/module/appsflyer/affise_module_appsflyer_api.dart:3
Purpose
Section titled “Purpose”“Send AppsFlyer event data to Affise”
README 411-415
Dart API
Section titled “Dart API”void logEvent(String eventName, Map<String, dynamic> eventValues); // lib/module/appsflyer/affise_appsflyer.dart:14Future<bool> hasModule(); // :21Platform
Section titled “Platform”Cross-platform.
Native setup
Section titled “Native setup”- Android:
implementation "com.affise:module-appsflyer:$affise_version" - iOS:
pod 'AffiseModule/AppsFlyer', affise_version
ProviderType contributions
Section titled “ProviderType contributions”UNVERIFIED: providers contributed — no explicit enumeration in the README.