Метод | Описание | |
---|---|---|
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 | |
Результат | void |
public FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : void | ||
application | UIApplication | |
launchOptions | NSDictionary | |
Результат | void |
public Initialize ( |
||
initOptions | AppsFlyer Initialization data. | |
Результат | void |
public OnActivated ( UIApplication application ) : void | ||
application | UIApplication | |
Результат | void |
public TrackEvent ( |
||
trackEvent | AppsFlyerTrackEvent data to track | |
Результат | void |