cordova-plugin-fcm-with-dependecy-updated
Version:
Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated
9 lines (8 loc) • 374 B
TypeScript
export { IChannelConfiguration } from './IChannelConfiguration';
export { IRequestPushPermissionOptions } from './IRequestPushPermissionOptions';
export { INotificationPayload } from './INotificationPayload';
export { IDisposable } from './IDisposable';
import { FCMPlugin } from './FCMPlugin';
export declare const FCM: FCMPlugin;
export { FCMPlugin };
export default FCM;