capacitor-axa-mobile-sdk-plugin
Version:
CA App Experience Analytic native SDK's capacitor supplement for using custom metrics
7 lines • 300 B
JavaScript
import { registerPlugin } from '@capacitor/core';
const CapacitorAxaMobileSdk = registerPlugin('CapacitorAxaMobileSdk', {
web: () => import('./web').then(m => new m.CapacitorAxaMobileSdkWeb()),
});
export * from './definitions';
export { CapacitorAxaMobileSdk };
//# sourceMappingURL=index.js.map