appsflyer-capacitor-plugin
Version:
AppsFlyer SDK plugin for Capacitor
12 lines (8 loc) • 314 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 };