Méthode | Description | |
---|---|---|
ConfigFileLoadedData ( byte configData ) : void | ||
FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : void | ||
GetConfigFilePath ( ) : string | ||
IPhoneAppsFlyer ( ) : System | ||
Initialize ( |
Initialize and Start the tracking system with the App ID and a possible customer app name. It is automatically called by the platform when launching the app (no need to call it from the app code, at least any field needs to be changed at runtime)
|
|
OnActivated ( UIApplication application ) : void | ||
TrackAppLaunch ( ) : void |
Detects installations, sessions (app openings) and updates. It is automatically called by the platform when launching the app (no need to call it from the app code, at least any field needs to be changed at runtime)
|
|
TrackEvent ( |
Sends in-app events to the AppsFlyer analytics server
|
public ConfigFileLoadedData ( byte configData ) : void | ||
configData | byte | |
Résultat | void |
public FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : void | ||
application | UIApplication | |
launchOptions | NSDictionary | |
Résultat | void |
public Initialize ( |
||
initOptions | AppsFlyer Initialization data. | |
Résultat | void |
public OnActivated ( UIApplication application ) : void | ||
application | UIApplication | |
Résultat | void |
public TrackEvent ( |
||
trackEvent | AppsFlyerTrackEvent data to track | |
Résultat | void |