Home
last modified time | relevance | path

Searched defs:deleteNotificationChannelGroupAsync (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-notifications/src/
H A DdeleteNotificationChannelGroupAsync.ts8 export default async function deleteNotificationChannelGroupAsync(groupId: string): Promise<void> { function
H A DNotificationChannelGroupManager.types.ts33 deleteNotificationChannelGroupAsync?: (groupId: string) => Promise<void>; property
/expo/packages/expo-notifications/build/
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 DNotificationChannelGroupManager.types.d.ts26 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