Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/src/
H A DgetNotificationChannelsAsync.ts10 export default async function getNotificationChannelsAsync(): Promise<NotificationChannel[]> { function
H A DgetNotificationChannelsAsync.android.ts6 export default async function getNotificationChannelsAsync(): Promise<NotificationChannel[]> { function
H A DNotificationChannelManager.types.ts108 getNotificationChannelsAsync?: () => Promise<NotificationChannel[] | null>; property
/expo/packages/expo-notifications/build/
H A DgetNotificationChannelsAsync.d.ts9 export default function getNotificationChannelsAsync(): Promise<NotificationChannel[]>; function
H A DgetNotificationChannelsAsync.android.d.ts2 export default function getNotificationChannelsAsync(): Promise<NotificationChannel[]>; function
H A DgetNotificationChannelsAsync.android.js3 export default async function getNotificationChannelsAsync() { function
H A DgetNotificationChannelsAsync.js8 export default async function getNotificationChannelsAsync() { function
H A DNotificationChannelManager.types.d.ts85 getNotificationChannelsAsync?: () => 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.java63 public void getNotificationChannelsAsync(Promise promise) { in getNotificationChannelsAsync() 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.java63 public void getNotificationChannelsAsync(Promise promise) { in getNotificationChannelsAsync() 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.java63 public void getNotificationChannelsAsync(Promise promise) { in getNotificationChannelsAsync() method in NotificationChannelManagerModule