xref: /expo/packages/expo-notifications/src/NotificationsHandlerModule.ts (revision ef80677c)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import { NativeModulesProxy, ProxyNativeModule } from '@unimodules/core';
2
3import { NotificationBehavior } from './Notifications.types';
4
5export interface NotificationsHandlerModule extends ProxyNativeModule {
6  handleNotificationAsync: (
7    notificationId: string,
8    notificationBehavior: NotificationBehavior
9  ) => Promise<void>;
10}
11
12export default (NativeModulesProxy.ExpoNotificationsHandlerModule as any) as NotificationsHandlerModule;
13

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025