appsflyer-capacitor-plugin
Version:
AppsFlyer SDK plugin for Capacitor
11 lines (7 loc) • 313 B
text/typescript
import { registerPlugin } from '@capacitor/core';
import type { AppsFlyerPlugin } from './definitions';
const AppsFlyer = registerPlugin<AppsFlyerPlugin>('AppsFlyerPlugin', {});
export * from './definitions';
export * from './Appsflyer_constants';
export * from './appsflyer_interfaces';
export { AppsFlyer };