C# Класс Appverse.Platform.IPhone.IPhoneAppsFlyer

Наследование: Unity.Core.WeakDelegateManager, IAppsFlyer
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ConfigFileLoadedData() публичный Метод

public ConfigFileLoadedData ( byte configData ) : void
configData byte
Результат void

FinishedLaunching() публичный Метод

public FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : void
application UIApplication
launchOptions NSDictionary
Результат void

GetConfigFilePath() публичный Метод

public GetConfigFilePath ( ) : string
Результат string

IPhoneAppsFlyer() публичный Метод

public IPhoneAppsFlyer ( ) : System
Результат 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)
public Initialize ( AppsFlyerInitialization initOptions ) : void
initOptions AppsFlyerInitialization AppsFlyer Initialization data.
Результат void

OnActivated() публичный Метод

public OnActivated ( UIApplication application ) : void
application UIApplication
Результат void

TrackAppLaunch() публичный Метод

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
Результат void

TrackEvent() публичный Метод

Sends in-app events to the AppsFlyer analytics server
public TrackEvent ( AppsFlyerTrackEvent trackEvent ) : void
trackEvent AppsFlyerTrackEvent AppsFlyerTrackEvent data to track
Результат void