| /expo/packages/expo-notifications/build/ |
| H A D | setNotificationChannelAsync.android.js | 3 export default async function setNotificationChannelAsync(channelId, channel) { function 4 if (!NotificationChannelManager.setNotificationChannelAsync) { 7 return await NotificationChannelManager.setNotificationChannelAsync(channelId, channel);
|
| H A D | setNotificationChannelAsync.android.js.map | 1 …setNotificationChannelAsync.android.js","sourceRoot":"","sources":["../src/setNotificationChannelA…
|
| H A D | setNotificationChannelAsync.d.ts.map | 1 {"version":3,"file":"setNotificationChannelAsync.d.ts","sourceRoot":"","sources":["../src/setNotifi…
|
| H A D | setNotificationChannelAsync.android.d.ts.map | 1 {"version":3,"file":"setNotificationChannelAsync.android.d.ts","sourceRoot":"","sources":["../src/s…
|
| H A D | setNotificationChannelAsync.js | 20 export default async function setNotificationChannelAsync(channelId, channel) { function
|
| H A D | setNotificationChannelAsync.d.ts | 21 export default function setNotificationChannelAsync(channelId: string, channel: NotificationChannel… function
|
| H A D | setNotificationChannelAsync.android.d.ts | 2 export default function setNotificationChannelAsync(channelId: string, channel: NotificationChannel… function
|
| H A D | index.d.ts | 10 export { default as setNotificationChannelAsync } from './setNotificationChannelAsync';
|
| H A D | setNotificationChannelAsync.js.map | 1 …setNotificationChannelAsync.js","sourceRoot":"","sources":["../src/setNotificationChannelAsync.ts"…
|
| H A D | index.js | 10 export { default as setNotificationChannelAsync } from './setNotificationChannelAsync';
|
| H A D | NotificationChannelManager.types.d.ts | 87 …setNotificationChannelAsync?: (channelId: string, channelConfiguration: NotificationChannelInput) … property
|
| H A D | index.js.map | 1 …ficationChannelAsync';\nexport { default as setNotificationChannelAsync } from './setNotificationC…
|
| H A D | NotificationChannelManager.types.js.map | 1 …(channelId: string) => Promise<NotificationChannel | null>;\n setNotificationChannelAsync?: (\n …
|
| /expo/packages/expo-notifications/src/ |
| H A D | setNotificationChannelAsync.android.ts | 6 export default async function setNotificationChannelAsync( function 10 if (!NotificationChannelManager.setNotificationChannelAsync) { 14 return await NotificationChannelManager.setNotificationChannelAsync(channelId, channel);
|
| H A D | setNotificationChannelAsync.ts | 22 export default async function setNotificationChannelAsync( function
|
| H A D | index.ts | 10 export { default as setNotificationChannelAsync } from './setNotificationChannelAsync';
|
| H A D | NotificationChannelManager.types.ts | 110 setNotificationChannelAsync?: ( property
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 369 const channel = await Notifications.setNotificationChannelAsync( 382 await Notifications.setNotificationChannelAsync(testChannelId, testChannel); 410 const channel = await Notifications.setNotificationChannelAsync(testChannelId, spec); 418 const channel = await Notifications.setNotificationChannelAsync(testChannelId, { 433 await Notifications.setNotificationChannelAsync(testChannelId, { 436 await Notifications.setNotificationChannelAsync(testChannelId, { 455 await Notifications.setNotificationChannelAsync(testChannelId, testChannel); 466 await Notifications.setNotificationChannelAsync(testChannelId, testChannel);
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/ |
| H A D | NotificationChannelManagerModule.java | 78 …public void setNotificationChannelAsync(String channelId, ReadableArguments channelOptions, Promis… in setNotificationChannelAsync() 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 | 78 …public void setNotificationChannelAsync(String channelId, ReadableArguments channelOptions, Promis… in setNotificationChannelAsync() 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 | 78 …public void setNotificationChannelAsync(String channelId, ReadableArguments channelOptions, Promis… in setNotificationChannelAsync() method in NotificationChannelManagerModule
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | notifications.mdx | 132 await Notifications.setNotificationChannelAsync('default', { 335 …ppear until at least one notification channel is created. The `setNotificationChannelAsync` must b… 398 await Notifications.setNotificationChannelAsync('new-emails', { 426 await Notifications.setNotificationChannelAsync('new-emails', {
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | notifications.mdx | 133 await Notifications.setNotificationChannelAsync('default', { 403 …ppear until at least one notification channel is created. The `setNotificationChannelAsync` must b… 465 await Notifications.setNotificationChannelAsync('new-emails', { 493 await Notifications.setNotificationChannelAsync('new-emails', {
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | notifications.mdx | 133 await Notifications.setNotificationChannelAsync('default', { 403 …ppear until at least one notification channel is created. The `setNotificationChannelAsync` must b… 465 await Notifications.setNotificationChannelAsync('new-emails', { 493 await Notifications.setNotificationChannelAsync('new-emails', {
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | NotificationScreen.tsx | 273 await Notifications.setNotificationChannelAsync('custom-sound', {
|