Home
last modified time | relevance | path

Searched refs:NotificationChannelGroupManager (Results 1 – 25 of 28) sorted by relevance

12

/expo/packages/expo-notifications/build/
H A DNotificationChannelGroupManager.js.map1NotificationChannelGroupManager.js","sourceRoot":"","sources":["../src/NotificationChannelGroupMan…
H A DNotificationChannelGroupManager.native.js.map1NotificationChannelGroupManager.native.js","sourceRoot":"","sources":["../src/NotificationChannelG…
H A DgetNotificationChannelGroupsAsync.android.js2 import NotificationChannelGroupManager from './NotificationChannelGroupManager';
4 if (!NotificationChannelGroupManager.getNotificationChannelGroupsAsync) {
7 return await NotificationChannelGroupManager.getNotificationChannelGroupsAsync();
H A DgetNotificationChannelGroupAsync.android.js2 import NotificationChannelGroupManager from './NotificationChannelGroupManager';
4 if (!NotificationChannelGroupManager.getNotificationChannelGroupAsync) {
7 return await NotificationChannelGroupManager.getNotificationChannelGroupAsync(groupId);
H A DdeleteNotificationChannelGroupAsync.android.js2 import NotificationChannelGroupManager from './NotificationChannelGroupManager';
4 if (!NotificationChannelGroupManager.deleteNotificationChannelGroupAsync) {
7 return await NotificationChannelGroupManager.deleteNotificationChannelGroupAsync(groupId);
H A DsetNotificationChannelGroupAsync.android.js2 import NotificationChannelGroupManager from './NotificationChannelGroupManager';
4 if (!NotificationChannelGroupManager.setNotificationChannelGroupAsync) {
7 return await NotificationChannelGroupManager.setNotificationChannelGroupAsync(groupId, group);
H A DgetNotificationChannelGroupsAsync.android.js.map1NotificationChannelGroupManager from './NotificationChannelGroupManager';\nimport { NotificationCh…
H A DgetNotificationChannelGroupAsync.android.js.map1NotificationChannelGroupManager from './NotificationChannelGroupManager';\nimport { NotificationCh…
H A DsetNotificationChannelGroupAsync.android.js.map1NotificationChannelGroupManager from './NotificationChannelGroupManager';\nimport {\n Notificatio…
H A DNotificationChannelGroupManager.d.ts1 import { NotificationChannelGroupManager } from './NotificationChannelGroupManager.types';
2 declare const _default: NotificationChannelGroupManager;
H A DNotificationChannelGroupManager.native.d.ts1 import { NotificationChannelGroupManager } from './NotificationChannelGroupManager.types';
2 declare const _default: NotificationChannelGroupManager;
H A DdeleteNotificationChannelGroupAsync.android.js.map1NotificationChannelGroupManager from './NotificationChannelGroupManager';\n\nexport default async …
H A DNotificationChannelGroupManager.d.ts.map1 {"version":3,"file":"NotificationChannelGroupManager.d.ts","sourceRoot":"","sources":["../src/Notif…
H A DNotificationChannelGroupManager.native.d.ts.map1 {"version":3,"file":"NotificationChannelGroupManager.native.d.ts","sourceRoot":"","sources":["../sr…
H A DNotificationChannelGroupManager.types.js.map1NotificationChannelGroupManager.types.js","sourceRoot":"","sources":["../src/NotificationChannelGr…
H A DNotificationChannelGroupManager.types.d.ts22 export interface NotificationChannelGroupManager extends ProxyNativeModule { interface
H A DNotificationChannelGroupManager.types.d.ts.map1 {"version":3,"file":"NotificationChannelGroupManager.types.d.ts","sourceRoot":"","sources":["../src…
H A DgetNotificationChannelGroupsAsync.js.map1 …ourcesContent":["import { NotificationChannelGroup } from './NotificationChannelGroupManager.types…
/expo/packages/expo-notifications/src/
H A DgetNotificationChannelGroupsAsync.android.ts3 import NotificationChannelGroupManager from './NotificationChannelGroupManager';
9 if (!NotificationChannelGroupManager.getNotificationChannelGroupsAsync) {
12 return await NotificationChannelGroupManager.getNotificationChannelGroupsAsync();
H A DdeleteNotificationChannelGroupAsync.android.ts3 import NotificationChannelGroupManager from './NotificationChannelGroupManager';
6 if (!NotificationChannelGroupManager.deleteNotificationChannelGroupAsync) {
10 return await NotificationChannelGroupManager.deleteNotificationChannelGroupAsync(groupId);
H A DgetNotificationChannelGroupAsync.android.ts3 import NotificationChannelGroupManager from './NotificationChannelGroupManager';
9 if (!NotificationChannelGroupManager.getNotificationChannelGroupAsync) {
13 return await NotificationChannelGroupManager.getNotificationChannelGroupAsync(groupId);
H A DsetNotificationChannelGroupAsync.android.ts3 import NotificationChannelGroupManager from './NotificationChannelGroupManager';
13 if (!NotificationChannelGroupManager.setNotificationChannelGroupAsync) {
17 return await NotificationChannelGroupManager.setNotificationChannelGroupAsync(groupId, group);
H A DNotificationChannelGroupManager.native.ts3 import { NotificationChannelGroupManager } from './NotificationChannelGroupManager.types';
5 export default requireNativeModule<NotificationChannelGroupManager>(
H A DNotificationChannelGroupManager.ts1 import { NotificationChannelGroupManager } from './NotificationChannelGroupManager.types';
6 } as NotificationChannelGroupManager;
H A DNotificationChannelGroupManager.types.ts26 export interface NotificationChannelGroupManager extends ProxyNativeModule { interface

12