Home
last modified time | relevance | path

Searched refs:getNotificationChannelsAsync (Results 1 – 24 of 24) sorted by relevance

/expo/packages/expo-notifications/build/
H A DgetNotificationChannelsAsync.android.js.map1getNotificationChannelsAsync.android.js","sourceRoot":"","sources":["../src/getNotificationChannel…
H A DgetNotificationChannelsAsync.android.js3 export default async function getNotificationChannelsAsync() { function
4 if (!NotificationChannelManager.getNotificationChannelsAsync) {
7 return (await NotificationChannelManager.getNotificationChannelsAsync()) ?? [];
H A DgetNotificationChannelsAsync.android.d.ts.map1 {"version":3,"file":"getNotificationChannelsAsync.android.d.ts","sourceRoot":"","sources":["../src/
H A DgetNotificationChannelsAsync.d.ts.map1 {"version":3,"file":"getNotificationChannelsAsync.d.ts","sourceRoot":"","sources":["../src/getNotif…
H A DgetNotificationChannelsAsync.js.map1getNotificationChannelsAsync.js","sourceRoot":"","sources":["../src/getNotificationChannelsAsync.t…
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.js8 export default async function getNotificationChannelsAsync() { function
H A Dindex.d.ts8 export { default as getNotificationChannelsAsync } from './getNotificationChannelsAsync';
H A Dindex.js8 export { default as getNotificationChannelsAsync } from './getNotificationChannelsAsync';
H A DNotificationChannelManager.types.d.ts85 getNotificationChannelsAsync?: () => Promise<NotificationChannel[] | null>; property
H A Dindex.js.map1 …lNotificationsAsync';\nexport { default as getNotificationChannelsAsync } from './getNotificationC…
H A DNotificationChannelManager.types.js.map1 …ace NotificationChannelManager extends ProxyNativeModule {\n getNotificationChannelsAsync?: () =>…
/expo/packages/expo-notifications/src/
H A DgetNotificationChannelsAsync.android.ts6 export default async function getNotificationChannelsAsync(): Promise<NotificationChannel[]> { function
7 if (!NotificationChannelManager.getNotificationChannelsAsync) {
10 return (await NotificationChannelManager.getNotificationChannelsAsync()) ?? [];
H A DgetNotificationChannelsAsync.ts10 export default async function getNotificationChannelsAsync(): Promise<NotificationChannel[]> { function
H A Dindex.ts8 export { default as getNotificationChannelsAsync } from './getNotificationChannelsAsync';
H A DNotificationChannelManager.types.ts108 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
/expo/apps/test-suite/tests/
H A DNotifications.js343 const channels = await Notifications.getNotificationChannelsAsync();
350 const channels = await Notifications.getNotificationChannelsAsync();
379 const preChannels = await Notifications.getNotificationChannelsAsync();
383 const postChannels = await Notifications.getNotificationChannelsAsync();
439 const channels = await Notifications.getNotificationChannelsAsync();
463 const preChannels = await Notifications.getNotificationChannelsAsync();
467 const postChannels = await Notifications.getNotificationChannelsAsync();
/expo/packages/expo-notifications/
H A DREADME.md361 …- [`getNotificationChannelsAsync`](#getnotificationchannelsasync-promisenotificationchannel) -- fe…
1133 ### `getNotificationChannelsAsync(): Promise<NotificationChannel[]>`
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1129 ### `getNotificationChannelsAsync(): Promise<NotificationChannel[]>`
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1129 ### `getNotificationChannelsAsync(): Promise<NotificationChannel[]>`