func getAppsFlyerUID() -> String
return your appsflyer uid e.g. : return AppsFlyerLib.shared().getAppsFlyerUID()
func logEvent(String, withValues: [AnyHashable : Any]?)
log event to appsflyer e.g. AppsFlyerLib.shared().logEvent(eventName, withValues: values)
func startAppsFlyerLib()
init your appsflyer, and start it e.g. : AppsFlyerLib.shared().appsFlyerDevKey = appKey AppsFlyerLib.shared().appleAppID = appId AppsFlyerLib.shared().delegate = xxx AppsFlyerLib.shared().start()