INNER CODE UNIT · TypeScript
noop
invertase/notifee · packages/react-native/src/utils/index.ts:31
export function noop(): void {
// noop-🐈
}
export const kReactNativeNotifeeForegroundServiceHeadlessTask =
'app.notifee.foreground-service-headless-task';
export const kReactNativeNotifeeNotificationEvent = 'app.notifee.notification-event';
export const kReactNativeNotifeeNotificationBackgroundEvent =
'app.notifee.notification-event-background';
export enum NotificationType {
ALL = 0,
DISPLAYED = 1,
TRIGGER = 2,
}