Searched defs:getNotificationChannelsAsync (Results 1 – 11 of 11) sorted by relevance
10 export default async function getNotificationChannelsAsync(): Promise<NotificationChannel[]> { function
6 export default async function getNotificationChannelsAsync(): Promise<NotificationChannel[]> { function
108 getNotificationChannelsAsync?: () => Promise<NotificationChannel[] | null>; property
9 export default function getNotificationChannelsAsync(): Promise<NotificationChannel[]>; function
2 export default function getNotificationChannelsAsync(): Promise<NotificationChannel[]>; function
3 export default async function getNotificationChannelsAsync() { function
8 export default async function getNotificationChannelsAsync() { function
85 getNotificationChannelsAsync?: () => Promise<NotificationChannel[] | null>; property
63 public void getNotificationChannelsAsync(Promise promise) { in getNotificationChannelsAsync() method in NotificationChannelManagerModule