Searched defs:getNotificationChannelGroupAsync (Results 1 – 11 of 11) sorted by relevance
11 export default function getNotificationChannelGroupAsync(groupId: string): Promise<NotificationChan… function
2 export default function getNotificationChannelGroupAsync(groupId: string): Promise<NotificationChan… function
3 export default async function getNotificationChannelGroupAsync(groupId) { function
10 export default async function getNotificationChannelGroupAsync(groupId) { function
24 … getNotificationChannelGroupAsync?: (groupId: string) => Promise<NotificationChannelGroup | null>; property
12 export default async function getNotificationChannelGroupAsync( function
6 export default async function getNotificationChannelGroupAsync( function
28 getNotificationChannelGroupAsync?: (groupId: string) => Promise<NotificationChannelGroup | null>; property
47 public void getNotificationChannelGroupAsync(String groupId, Promise promise) { in getNotificationChannelGroupAsync() method in NotificationChannelGroupManagerModule