C# 클래스 Appverse.Platform.IPhone.IPhoneAppsFlyer

상속: Unity.Core.WeakDelegateManager, IAppsFlyer
파일 보기 프로젝트 열기: Appverse/appverse-mobile

공개 메소드들

메소드 설명
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