Home
last modified time | relevance | path

Searched refs:NotificationsHandlerModule (Results 1 – 15 of 15) sorted by relevance

/expo/packages/expo-notifications/build/
H A DNotificationsHandlerModule.native.js.map1NotificationsHandlerModule.native.js","sourceRoot":"","sources":["../src/NotificationsHandlerModul…
H A DNotificationsHandler.js2 import NotificationsHandlerModule from './NotificationsHandlerModule';
14 const notificationEmitter = new EventEmitter(NotificationsHandlerModule);
56 if (!NotificationsHandlerModule.handleNotificationAsync) {
62 await NotificationsHandlerModule.handleNotificationAsync(id, behavior);
H A DNotificationsHandlerModule.js.map1NotificationsHandlerModule.js","sourceRoot":"","sources":["../src/NotificationsHandlerModule.ts"],…
H A DNotificationsHandlerModule.types.js.map1NotificationsHandlerModule.types.js","sourceRoot":"","sources":["../src/NotificationsHandlerModule
H A DNotificationsHandlerModule.d.ts1 import { NotificationsHandlerModule } from './NotificationsHandlerModule.types';
2 declare const _default: NotificationsHandlerModule;
H A DNotificationsHandlerModule.native.d.ts1 import { NotificationsHandlerModule } from './NotificationsHandlerModule.types';
2 declare const _default: NotificationsHandlerModule;
H A DNotificationsHandlerModule.d.ts.map1 {"version":3,"file":"NotificationsHandlerModule.d.ts","sourceRoot":"","sources":["../src/Notificati…
H A DNotificationsHandlerModule.native.d.ts.map1 {"version":3,"file":"NotificationsHandlerModule.native.d.ts","sourceRoot":"","sources":["../src/Not…
H A DNotificationsHandlerModule.types.d.ts.map1 {"version":3,"file":"NotificationsHandlerModule.types.d.ts","sourceRoot":"","sources":["../src/Noti…
H A DNotificationsHandlerModule.types.d.ts3 export interface NotificationsHandlerModule extends ProxyNativeModule { interface
H A DNotificationsHandler.js.map1NotificationsHandlerModule from './NotificationsHandlerModule';\n\n/**\n * @hidden\n */\nexport cl…
/expo/packages/expo-notifications/src/
H A DNotificationsHandlerModule.native.ts3 import { NotificationsHandlerModule } from './NotificationsHandlerModule.types';
5 export default requireNativeModule<NotificationsHandlerModule>('ExpoNotificationsHandlerModule');
H A DNotificationsHandler.ts4 import NotificationsHandlerModule from './NotificationsHandlerModule';
48 const notificationEmitter = new EventEmitter(NotificationsHandlerModule);
96 if (!NotificationsHandlerModule.handleNotificationAsync) {
106 await NotificationsHandlerModule.handleNotificationAsync(id, behavior);
H A DNotificationsHandlerModule.ts3 import { NotificationsHandlerModule } from './NotificationsHandlerModule.types';
17 } as NotificationsHandlerModule;
H A DNotificationsHandlerModule.types.ts5 export interface NotificationsHandlerModule extends ProxyNativeModule { interface