UNPKG

cordova-plugin-fcm-with-dependecy-updated

Version:
11 lines (10 loc) 223 B
export interface INotificationPayload { /** * Determines whether the notification was tapped or not */ wasTapped: boolean /** * FCM notification data hash item */ [others: string]: any }