Searched defs:deleteNotificationChannelGroupAsync (Results 1 – 8 of 8) sorted by relevance
8 export default async function deleteNotificationChannelGroupAsync(groupId: string): Promise<void> { function
33 deleteNotificationChannelGroupAsync?: (groupId: string) => Promise<void>; property
8 export default function deleteNotificationChannelGroupAsync(groupId: string): Promise<void>; function
8 export default async function deleteNotificationChannelGroupAsync(groupId) { function
26 deleteNotificationChannelGroupAsync?: (groupId: string) => Promise<void>; property
84 public void deleteNotificationChannelGroupAsync(String groupId, Promise promise) { in deleteNotificationChannelGroupAsync() method in NotificationChannelGroupManagerModule