| /expo/packages/expo-notifications/build/ |
| H A D | getNotificationChannelsAsync.android.js.map | 1 …getNotificationChannelsAsync.android.js","sourceRoot":"","sources":["../src/getNotificationChannel…
|
| H A D | getNotificationChannelsAsync.android.js | 3 export default async function getNotificationChannelsAsync() { function 4 if (!NotificationChannelManager.getNotificationChannelsAsync) { 7 return (await NotificationChannelManager.getNotificationChannelsAsync()) ?? [];
|
| H A D | getNotificationChannelsAsync.android.d.ts.map | 1 {"version":3,"file":"getNotificationChannelsAsync.android.d.ts","sourceRoot":"","sources":["../src/…
|
| H A D | getNotificationChannelsAsync.d.ts.map | 1 {"version":3,"file":"getNotificationChannelsAsync.d.ts","sourceRoot":"","sources":["../src/getNotif…
|
| H A D | getNotificationChannelsAsync.js.map | 1 …getNotificationChannelsAsync.js","sourceRoot":"","sources":["../src/getNotificationChannelsAsync.t…
|
| H A D | getNotificationChannelsAsync.d.ts | 9 export default function getNotificationChannelsAsync(): Promise<NotificationChannel[]>; function
|
| H A D | getNotificationChannelsAsync.android.d.ts | 2 export default function getNotificationChannelsAsync(): Promise<NotificationChannel[]>; function
|
| H A D | getNotificationChannelsAsync.js | 8 export default async function getNotificationChannelsAsync() { function
|
| H A D | index.d.ts | 8 export { default as getNotificationChannelsAsync } from './getNotificationChannelsAsync';
|
| H A D | index.js | 8 export { default as getNotificationChannelsAsync } from './getNotificationChannelsAsync';
|
| H A D | NotificationChannelManager.types.d.ts | 85 getNotificationChannelsAsync?: () => Promise<NotificationChannel[] | null>; property
|
| H A D | index.js.map | 1 …lNotificationsAsync';\nexport { default as getNotificationChannelsAsync } from './getNotificationC…
|
| H A D | NotificationChannelManager.types.js.map | 1 …ace NotificationChannelManager extends ProxyNativeModule {\n getNotificationChannelsAsync?: () =>…
|
| /expo/packages/expo-notifications/src/ |
| H A D | getNotificationChannelsAsync.android.ts | 6 export default async function getNotificationChannelsAsync(): Promise<NotificationChannel[]> { function 7 if (!NotificationChannelManager.getNotificationChannelsAsync) { 10 return (await NotificationChannelManager.getNotificationChannelsAsync()) ?? [];
|
| H A D | getNotificationChannelsAsync.ts | 10 export default async function getNotificationChannelsAsync(): Promise<NotificationChannel[]> { function
|
| H A D | index.ts | 8 export { default as getNotificationChannelsAsync } from './getNotificationChannelsAsync';
|
| H A D | NotificationChannelManager.types.ts | 108 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 D | NotificationChannelManagerModule.java | 63 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 D | NotificationChannelManagerModule.java | 63 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 D | NotificationChannelManagerModule.java | 63 public void getNotificationChannelsAsync(Promise promise) { in getNotificationChannelsAsync() method in NotificationChannelManagerModule
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 343 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 D | README.md | 361 …- [`getNotificationChannelsAsync`](#getnotificationchannelsasync-promisenotificationchannel) -- fe… 1133 ### `getNotificationChannelsAsync(): Promise<NotificationChannel[]>`
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | notifications.mdx | 1129 ### `getNotificationChannelsAsync(): Promise<NotificationChannel[]>`
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | notifications.mdx | 1129 ### `getNotificationChannelsAsync(): Promise<NotificationChannel[]>`
|