Home
last modified time | relevance | path

Searched refs:deleteNotificationChannelGroupAsync (Results 1 – 23 of 23) sorted by relevance

/expo/packages/expo-notifications/build/
H A DdeleteNotificationChannelGroupAsync.android.js.map1deleteNotificationChannelGroupAsync.android.js","sourceRoot":"","sources":["../src/deleteNotificat…
H A DdeleteNotificationChannelGroupAsync.android.js4 if (!NotificationChannelGroupManager.deleteNotificationChannelGroupAsync) {
7 return await NotificationChannelGroupManager.deleteNotificationChannelGroupAsync(groupId);
H A DdeleteNotificationChannelGroupAsync.d.ts.map1 …"version":3,"file":"deleteNotificationChannelGroupAsync.d.ts","sourceRoot":"","sources":["../src/d…
H A DdeleteNotificationChannelGroupAsync.android.d.ts.map1 …sion":3,"file":"deleteNotificationChannelGroupAsync.android.d.ts","sourceRoot":"","sources":["../s…
H A DdeleteNotificationChannelGroupAsync.js.map1deleteNotificationChannelGroupAsync.js","sourceRoot":"","sources":["../src/deleteNotificationChann…
H A DdeleteNotificationChannelGroupAsync.d.ts8 export default function deleteNotificationChannelGroupAsync(groupId: string): Promise<void>; function
H A DdeleteNotificationChannelGroupAsync.js8 export default async function deleteNotificationChannelGroupAsync(groupId) { function
H A Dindex.d.ts15 export { default as deleteNotificationChannelGroupAsync } from './deleteNotificationChannelGroupAsy…
H A DNotificationChannelGroupManager.types.d.ts26 deleteNotificationChannelGroupAsync?: (groupId: string) => Promise<void>; property
H A Dindex.js15 export { default as deleteNotificationChannelGroupAsync } from './deleteNotificationChannelGroupAsy…
H A DNotificationChannelGroupManager.types.js.map1 …Input\n ) => Promise<NotificationChannelGroup | null>;\n deleteNotificationChannelGroupAsync?: (…
H A Dindex.js.map1 …elGroupAsync';\nexport { default as deleteNotificationChannelGroupAsync } from './deleteNotificati…
/expo/packages/expo-notifications/src/
H A DdeleteNotificationChannelGroupAsync.android.ts6 if (!NotificationChannelGroupManager.deleteNotificationChannelGroupAsync) {
10 return await NotificationChannelGroupManager.deleteNotificationChannelGroupAsync(groupId);
H A DdeleteNotificationChannelGroupAsync.ts8 export default async function deleteNotificationChannelGroupAsync(groupId: string): Promise<void> { function
H A Dindex.ts15 export { default as deleteNotificationChannelGroupAsync } from './deleteNotificationChannelGroupAsy…
H A DNotificationChannelGroupManager.types.ts33 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 DNotificationChannelGroupManagerModule.java84 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 DNotificationChannelGroupManagerModule.java84 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 DNotificationChannelGroupManagerModule.java84 public void deleteNotificationChannelGroupAsync(String groupId, Promise promise) { in deleteNotificationChannelGroupAsync() method in NotificationChannelGroupManagerModule
/expo/apps/test-suite/tests/
H A DNotifications.js427 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 DREADME.md368 …- [`deleteNotificationChannelGroupAsync`](#deletenotificationchannelgroupasyncidentifier-string-pr…
1215 ### `deleteNotificationChannelGroupAsync(identifier: string): Promise<void>`
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1211 ### `deleteNotificationChannelGroupAsync(identifier: string): Promise<void>`
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1211 ### `deleteNotificationChannelGroupAsync(identifier: string): Promise<void>`