Home
last modified time | relevance | path

Searched defs:getNotificationChannelAsync (Results 1 – 11 of 11) sorted by relevance

/expo/packages/expo-notifications/build/
H A DgetNotificationChannelAsync.android.d.ts2 export default function getNotificationChannelAsync(channelId: string): Promise<NotificationChannel… function
H A DgetNotificationChannelAsync.d.ts10 export default function getNotificationChannelAsync(channelId: string): Promise<NotificationChannel… function
H A DgetNotificationChannelAsync.js9 export default async function getNotificationChannelAsync(channelId) { function
H A DgetNotificationChannelAsync.android.js3 export default async function getNotificationChannelAsync(channelId) { function
H A DNotificationChannelManager.types.d.ts86 getNotificationChannelAsync?: (channelId: string) => Promise<NotificationChannel | null>; property
/expo/packages/expo-notifications/src/
H A DgetNotificationChannelAsync.android.ts6 export default async function getNotificationChannelAsync( function
H A DgetNotificationChannelAsync.ts11 export default async function getNotificationChannelAsync( function
H A DNotificationChannelManager.types.ts109 getNotificationChannelAsync?: (channelId: string) => Promise<NotificationChannel | null>; property
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelManagerModule.java53 public void getNotificationChannelAsync(String channelId, Promise promise) { in getNotificationChannelAsync() method in NotificationChannelManagerModule
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelManagerModule.java53 public void getNotificationChannelAsync(String channelId, Promise promise) { in getNotificationChannelAsync() method in NotificationChannelManagerModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelManagerModule.java53 public void getNotificationChannelAsync(String channelId, Promise promise) { in getNotificationChannelAsync() method in NotificationChannelManagerModule