| /expo/packages/expo-notifications/build/ |
| H A D | deleteNotificationChannelGroupAsync.android.js.map | 1 …deleteNotificationChannelGroupAsync.android.js","sourceRoot":"","sources":["../src/deleteNotificat…
|
| H A D | deleteNotificationChannelGroupAsync.android.js | 4 if (!NotificationChannelGroupManager.deleteNotificationChannelGroupAsync) { 7 return await NotificationChannelGroupManager.deleteNotificationChannelGroupAsync(groupId);
|
| H A D | deleteNotificationChannelGroupAsync.d.ts.map | 1 …"version":3,"file":"deleteNotificationChannelGroupAsync.d.ts","sourceRoot":"","sources":["../src/d…
|
| H A D | deleteNotificationChannelGroupAsync.android.d.ts.map | 1 …sion":3,"file":"deleteNotificationChannelGroupAsync.android.d.ts","sourceRoot":"","sources":["../s…
|
| H A D | deleteNotificationChannelGroupAsync.js.map | 1 …deleteNotificationChannelGroupAsync.js","sourceRoot":"","sources":["../src/deleteNotificationChann…
|
| H A D | deleteNotificationChannelGroupAsync.d.ts | 8 export default function deleteNotificationChannelGroupAsync(groupId: string): Promise<void>; function
|
| H A D | deleteNotificationChannelGroupAsync.js | 8 export default async function deleteNotificationChannelGroupAsync(groupId) { function
|
| H A D | index.d.ts | 15 export { default as deleteNotificationChannelGroupAsync } from './deleteNotificationChannelGroupAsy…
|
| H A D | NotificationChannelGroupManager.types.d.ts | 26 deleteNotificationChannelGroupAsync?: (groupId: string) => Promise<void>; property
|
| H A D | index.js | 15 export { default as deleteNotificationChannelGroupAsync } from './deleteNotificationChannelGroupAsy…
|
| H A D | NotificationChannelGroupManager.types.js.map | 1 …Input\n ) => Promise<NotificationChannelGroup | null>;\n deleteNotificationChannelGroupAsync?: (…
|
| H A D | index.js.map | 1 …elGroupAsync';\nexport { default as deleteNotificationChannelGroupAsync } from './deleteNotificati…
|
| /expo/packages/expo-notifications/src/ |
| H A D | deleteNotificationChannelGroupAsync.android.ts | 6 if (!NotificationChannelGroupManager.deleteNotificationChannelGroupAsync) { 10 return await NotificationChannelGroupManager.deleteNotificationChannelGroupAsync(groupId);
|
| H A D | deleteNotificationChannelGroupAsync.ts | 8 export default async function deleteNotificationChannelGroupAsync(groupId: string): Promise<void> { function
|
| H A D | index.ts | 15 export { default as deleteNotificationChannelGroupAsync } from './deleteNotificationChannelGroupAsy…
|
| H A D | NotificationChannelGroupManager.types.ts | 33 deleteNotificationChannelGroupAsync?: (groupId: string) => Promise<void>; property
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/ |
| H A D | NotificationChannelGroupManagerModule.java | 84 public void deleteNotificationChannelGroupAsync(String groupId, Promise promise) { in deleteNotificationChannelGroupAsync() method in NotificationChannelGroupManagerModule
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/ |
| H A D | NotificationChannelGroupManagerModule.java | 84 public void deleteNotificationChannelGroupAsync(String groupId, Promise promise) { in deleteNotificationChannelGroupAsync() method in NotificationChannelGroupManagerModule
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/ |
| H A D | NotificationChannelGroupManagerModule.java | 84 public void deleteNotificationChannelGroupAsync(String groupId, Promise promise) { in deleteNotificationChannelGroupAsync() method in NotificationChannelGroupManagerModule
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 427 await Notifications.deleteNotificationChannelGroupAsync(groupId); 500 await Notifications.deleteNotificationChannelGroupAsync(testChannelGroupId); 519 await Notifications.deleteNotificationChannelGroupAsync(testChannelGroupId); 531 await Notifications.deleteNotificationChannelGroupAsync(testChannelGroupId);
|
| /expo/packages/expo-notifications/ |
| H A D | README.md | 368 …- [`deleteNotificationChannelGroupAsync`](#deletenotificationchannelgroupasyncidentifier-string-pr… 1215 ### `deleteNotificationChannelGroupAsync(identifier: string): Promise<void>`
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | notifications.mdx | 1211 ### `deleteNotificationChannelGroupAsync(identifier: string): Promise<void>`
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | notifications.mdx | 1211 ### `deleteNotificationChannelGroupAsync(identifier: string): Promise<void>`
|