Searched defs:getNotificationChannelAsync (Results 1 – 11 of 11) sorted by relevance
2 export default function getNotificationChannelAsync(channelId: string): Promise<NotificationChannel… function
10 export default function getNotificationChannelAsync(channelId: string): Promise<NotificationChannel… function
9 export default async function getNotificationChannelAsync(channelId) { function
3 export default async function getNotificationChannelAsync(channelId) { function
86 getNotificationChannelAsync?: (channelId: string) => Promise<NotificationChannel | null>; property
6 export default async function getNotificationChannelAsync( function
11 export default async function getNotificationChannelAsync( function
109 getNotificationChannelAsync?: (channelId: string) => Promise<NotificationChannel | null>; property
53 public void getNotificationChannelAsync(String channelId, Promise promise) { in getNotificationChannelAsync() method in NotificationChannelManagerModule