@viss-develop/affiliate-sdk
Version:
React Native Affiliate SDK with AppsFlyer integration
4 lines (3 loc) • 309 B
TypeScript
export { initAppsFlyer, createBuyConversion, createCustomConversion, getStoredClickId, getStoredCampaignId, getStoredInstallData, clearStoredAffiliateData } from './appsflyer';
export type { InstallConversionData } from './appsflyer';
export type { MonetaryAmount, ConversionPart } from './types/conversion';