C# Class Appverse.Platform.IPhone.IPhoneAppsFlyer

Inheritance: Unity.Core.WeakDelegateManager, IAppsFlyer
ファイルを表示 Open project: Appverse/appverse-mobile

Public Methods

Method Description
ConfigFileLoadedData ( byte configData ) : void
FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : void
GetConfigFilePath ( ) : string
IPhoneAppsFlyer ( ) : System
Initialize ( AppsFlyerInitialization initOptions ) : void

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 ( AppsFlyerTrackEvent trackEvent ) : void

Sends in-app events to the AppsFlyer analytics server

Method Details

ConfigFileLoadedData() public method

public ConfigFileLoadedData ( byte configData ) : void
configData byte
return void

FinishedLaunching() public method

public FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : void
application UIApplication
launchOptions NSDictionary
return void

GetConfigFilePath() public method

public GetConfigFilePath ( ) : string
return string

IPhoneAppsFlyer() public method

public IPhoneAppsFlyer ( ) : System
return System

Initialize() public method

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)
public Initialize ( AppsFlyerInitialization initOptions ) : void
initOptions AppsFlyerInitialization AppsFlyer Initialization data.
return void

OnActivated() public method

public OnActivated ( UIApplication application ) : void
application UIApplication
return void

TrackAppLaunch() public method

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)
public TrackAppLaunch ( ) : void
return void

TrackEvent() public method

Sends in-app events to the AppsFlyer analytics server
public TrackEvent ( AppsFlyerTrackEvent trackEvent ) : void
trackEvent AppsFlyerTrackEvent AppsFlyerTrackEvent data to track
return void