| /expo/packages/expo-notifications/build/ |
| H A D | getNotificationChannelAsync.android.js.map | 1 …getNotificationChannelAsync.android.js","sourceRoot":"","sources":["../src/getNotificationChannelA…
|
| H A D | getNotificationChannelAsync.android.js | 3 export default async function getNotificationChannelAsync(channelId) { function 4 if (!NotificationChannelManager.getNotificationChannelAsync) { 7 return await NotificationChannelManager.getNotificationChannelAsync(channelId);
|
| H A D | getNotificationChannelAsync.android.d.ts.map | 1 {"version":3,"file":"getNotificationChannelAsync.android.d.ts","sourceRoot":"","sources":["../src/g…
|
| H A D | getNotificationChannelAsync.d.ts.map | 1 {"version":3,"file":"getNotificationChannelAsync.d.ts","sourceRoot":"","sources":["../src/getNotifi…
|
| H A D | getNotificationChannelAsync.js.map | 1 …getNotificationChannelAsync.js","sourceRoot":"","sources":["../src/getNotificationChannelAsync.ts"…
|
| H A D | getNotificationChannelAsync.js | 9 export default async function getNotificationChannelAsync(channelId) { function
|
| H A D | getNotificationChannelAsync.android.d.ts | 2 export default function getNotificationChannelAsync(channelId: string): Promise<NotificationChannel… function
|
| H A D | getNotificationChannelAsync.d.ts | 10 export default function getNotificationChannelAsync(channelId: string): Promise<NotificationChannel… function
|
| H A D | index.d.ts | 9 export { default as getNotificationChannelAsync } from './getNotificationChannelAsync';
|
| H A D | index.js | 9 export { default as getNotificationChannelAsync } from './getNotificationChannelAsync';
|
| H A D | NotificationChannelManager.types.d.ts | 86 getNotificationChannelAsync?: (channelId: string) => Promise<NotificationChannel | null>; property
|
| H A D | index.js.map | 1 …icationChannelsAsync';\nexport { default as getNotificationChannelAsync } from './getNotificationC…
|
| H A D | NotificationChannelManager.types.js.map | 1 …hannelsAsync?: () => Promise<NotificationChannel[] | null>;\n getNotificationChannelAsync?: (chan…
|
| /expo/packages/expo-notifications/src/ |
| H A D | getNotificationChannelAsync.android.ts | 6 export default async function getNotificationChannelAsync( function 9 if (!NotificationChannelManager.getNotificationChannelAsync) { 12 return await NotificationChannelManager.getNotificationChannelAsync(channelId);
|
| H A D | getNotificationChannelAsync.ts | 11 export default async function getNotificationChannelAsync( function
|
| H A D | index.ts | 9 export { default as getNotificationChannelAsync } from './getNotificationChannelAsync';
|
| H A D | NotificationChannelManager.types.ts | 109 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 D | NotificationChannelManagerModule.java | 53 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 D | NotificationChannelManagerModule.java | 53 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 D | NotificationChannelManagerModule.java | 53 public void getNotificationChannelAsync(String channelId, Promise promise) { in getNotificationChannelAsync() method in NotificationChannelManagerModule
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 328 await Notifications.getNotificationChannelAsync('non-existent-channel-id'); 335 const channel = await Notifications.getNotificationChannelAsync(fallbackChannelId);
|
| /expo/packages/expo-notifications/ |
| H A D | README.md | 362 …- [`getNotificationChannelAsync`](#getnotificationchannelasyncidentifier-string-promisenotificatio… 1141 ### `getNotificationChannelAsync(identifier: string): Promise<NotificationChannel | null>`
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | notifications.mdx | 1137 ### `getNotificationChannelAsync(identifier: string): Promise<NotificationChannel | null>`
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | notifications.mdx | 1137 ### `getNotificationChannelAsync(identifier: string): Promise<NotificationChannel | null>`
|