using Amanotes.TripleSDK.Core; using Amanotes.TripleSDK.Core.Analytics; namespace Amanotes.TripleSDK.Appsflyer { public interface IAppsflyerService: IAnalytics, IStatefulService { void Init(string devKey, string ituneId); void AppsFlyerTrackerCallbacks(); } }