Home
last modified time | relevance | path

Searched refs:NotificationChannelManager (Results 1 – 25 of 29) sorted by relevance

12

/expo/packages/expo-notifications/build/
H A DNotificationChannelManager.js.map1NotificationChannelManager.js","sourceRoot":"","sources":["../src/NotificationChannelManager.ts"],…
H A DNotificationChannelManager.native.js.map1NotificationChannelManager.native.js","sourceRoot":"","sources":["../src/NotificationChannelManage…
H A DgetNotificationChannelsAsync.android.js2 import NotificationChannelManager from './NotificationChannelManager';
4 if (!NotificationChannelManager.getNotificationChannelsAsync) {
7 return (await NotificationChannelManager.getNotificationChannelsAsync()) ?? [];
H A DgetNotificationChannelAsync.android.js2 import NotificationChannelManager from './NotificationChannelManager';
4 if (!NotificationChannelManager.getNotificationChannelAsync) {
7 return await NotificationChannelManager.getNotificationChannelAsync(channelId);
H A DdeleteNotificationChannelAsync.android.js2 import NotificationChannelManager from './NotificationChannelManager';
4 if (!NotificationChannelManager.deleteNotificationChannelAsync) {
7 return await NotificationChannelManager.deleteNotificationChannelAsync(channelId);
H A DsetNotificationChannelAsync.android.js2 import NotificationChannelManager from './NotificationChannelManager';
4 if (!NotificationChannelManager.setNotificationChannelAsync) {
7 return await NotificationChannelManager.setNotificationChannelAsync(channelId, channel);
H A DgetNotificationChannelsAsync.android.js.map1NotificationChannelManager from './NotificationChannelManager';\nimport { NotificationChannel } fr…
H A DgetNotificationChannelAsync.android.js.map1NotificationChannelManager from './NotificationChannelManager';\nimport { NotificationChannel } fr…
H A DsetNotificationChannelAsync.android.js.map1NotificationChannelManager from './NotificationChannelManager';\nimport { NotificationChannelInput…
H A DNotificationChannelManager.d.ts1 import { NotificationChannelManager } from './NotificationChannelManager.types';
2 declare const _default: NotificationChannelManager;
H A DNotificationChannelManager.native.d.ts1 import { NotificationChannelManager } from './NotificationChannelManager.types';
2 declare const _default: NotificationChannelManager;
H A DdeleteNotificationChannelAsync.android.js.map1NotificationChannelManager from './NotificationChannelManager';\n\nexport default async function d…
H A DNotificationChannelManager.d.ts.map1 {"version":3,"file":"NotificationChannelManager.d.ts","sourceRoot":"","sources":["../src/Notificati…
H A DNotificationChannelManager.native.d.ts.map1 {"version":3,"file":"NotificationChannelManager.native.d.ts","sourceRoot":"","sources":["../src/Not…
H A DNotificationChannelManager.types.d.ts84 export interface NotificationChannelManager extends ProxyNativeModule { interface
H A DgetNotificationChannelsAsync.js.map1 …AAC","sourcesContent":["import { NotificationChannel } from './NotificationChannelManager.types';\…
H A DNotificationChannelManager.types.js.map1NotificationChannelManager.types.js","sourceRoot":"","sources":["../src/NotificationChannelManager
H A DNotificationChannelGroupManager.types.js.map1 …'expo-modules-core';\n\nimport { NotificationChannel } from './NotificationChannelManager.types';\…
/expo/packages/expo-notifications/src/
H A DdeleteNotificationChannelAsync.android.ts3 import NotificationChannelManager from './NotificationChannelManager';
6 if (!NotificationChannelManager.deleteNotificationChannelAsync) {
10 return await NotificationChannelManager.deleteNotificationChannelAsync(channelId);
H A DgetNotificationChannelsAsync.android.ts3 import NotificationChannelManager from './NotificationChannelManager';
7 if (!NotificationChannelManager.getNotificationChannelsAsync) {
10 return (await NotificationChannelManager.getNotificationChannelsAsync()) ?? [];
H A DgetNotificationChannelAsync.android.ts3 import NotificationChannelManager from './NotificationChannelManager';
9 if (!NotificationChannelManager.getNotificationChannelAsync) {
12 return await NotificationChannelManager.getNotificationChannelAsync(channelId);
H A DsetNotificationChannelAsync.android.ts3 import NotificationChannelManager from './NotificationChannelManager';
10 if (!NotificationChannelManager.setNotificationChannelAsync) {
14 return await NotificationChannelManager.setNotificationChannelAsync(channelId, channel);
H A DNotificationChannelManager.ts1 import { NotificationChannelManager } from './NotificationChannelManager.types';
6 } as NotificationChannelManager;
H A DNotificationChannelManager.native.ts3 import { NotificationChannelManager } from './NotificationChannelManager.types';
5 export default requireNativeModule<NotificationChannelManager>('ExpoNotificationChannelManager');
H A DNotificationChannelManager.types.ts107 export interface NotificationChannelManager extends ProxyNativeModule { interface

12