C# Class Appverse.Platform.IPhone.IPhoneAppsFlyer

Inheritance: Unity.Core.WeakDelegateManager, IAppsFlyer
Afficher le fichier Open project: Appverse/appverse-mobile

Méthodes publiques

Méthode 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 méthode

public ConfigFileLoadedData ( byte configData ) : void
configData byte
Résultat void

FinishedLaunching() public méthode

public FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : void
application UIApplication
launchOptions NSDictionary
Résultat void

GetConfigFilePath() public méthode

public GetConfigFilePath ( ) : string
Résultat string

IPhoneAppsFlyer() public méthode

public IPhoneAppsFlyer ( ) : System
Résultat System

Initialize() public méthode

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.
Résultat void

OnActivated() public méthode

public OnActivated ( UIApplication application ) : void
application UIApplication
Résultat void

TrackAppLaunch() public méthode

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
Résultat void

TrackEvent() public méthode

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