INNER CODE UNIT · TypeScript

addNotificationListeners

flexn-io/renative · packages/app-harness/src/components/Notifications/index.ts:3

export const addNotificationListeners = (callback: NotificationCallback) => {
    callback('addNotificationListeners not supported on this platform');
};

export const removeNotificationListeners = (callback: NotificationCallback) => {
    callback('removeNotificationListeners not supported on this platform');
};

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…