Home
last modified time | relevance | path

Searched refs:setNotificationChannelAsync (Results 1 – 25 of 29) sorted by relevance

12

/expo/packages/expo-notifications/build/
H A DsetNotificationChannelAsync.android.js3 export default async function setNotificationChannelAsync(channelId, channel) { function
4 if (!NotificationChannelManager.setNotificationChannelAsync) {
7 return await NotificationChannelManager.setNotificationChannelAsync(channelId, channel);
H A DsetNotificationChannelAsync.android.js.map1setNotificationChannelAsync.android.js","sourceRoot":"","sources":["../src/setNotificationChannelA…
H A DsetNotificationChannelAsync.d.ts.map1 {"version":3,"file":"setNotificationChannelAsync.d.ts","sourceRoot":"","sources":["../src/setNotifi…
H A DsetNotificationChannelAsync.android.d.ts.map1 {"version":3,"file":"setNotificationChannelAsync.android.d.ts","sourceRoot":"","sources":["../src/s…
H A DsetNotificationChannelAsync.js20 export default async function setNotificationChannelAsync(channelId, channel) { function
H A DsetNotificationChannelAsync.d.ts21 export default function setNotificationChannelAsync(channelId: string, channel: NotificationChannel… function
H A DsetNotificationChannelAsync.android.d.ts2 export default function setNotificationChannelAsync(channelId: string, channel: NotificationChannel… function
H A Dindex.d.ts10 export { default as setNotificationChannelAsync } from './setNotificationChannelAsync';
H A DsetNotificationChannelAsync.js.map1setNotificationChannelAsync.js","sourceRoot":"","sources":["../src/setNotificationChannelAsync.ts"…
H A Dindex.js10 export { default as setNotificationChannelAsync } from './setNotificationChannelAsync';
H A DNotificationChannelManager.types.d.ts87setNotificationChannelAsync?: (channelId: string, channelConfiguration: NotificationChannelInput) … property
H A Dindex.js.map1 …ficationChannelAsync';\nexport { default as setNotificationChannelAsync } from './setNotificationC…
H A DNotificationChannelManager.types.js.map1 …(channelId: string) => Promise<NotificationChannel | null>;\n setNotificationChannelAsync?: (\n …
/expo/packages/expo-notifications/src/
H A DsetNotificationChannelAsync.android.ts6 export default async function setNotificationChannelAsync( function
10 if (!NotificationChannelManager.setNotificationChannelAsync) {
14 return await NotificationChannelManager.setNotificationChannelAsync(channelId, channel);
H A DsetNotificationChannelAsync.ts22 export default async function setNotificationChannelAsync( function
H A Dindex.ts10 export { default as setNotificationChannelAsync } from './setNotificationChannelAsync';
H A DNotificationChannelManager.types.ts110 setNotificationChannelAsync?: ( property
/expo/apps/test-suite/tests/
H A DNotifications.js369 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 DNotificationChannelManagerModule.java78 …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 DNotificationChannelManagerModule.java78 …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 DNotificationChannelManagerModule.java78 …public void setNotificationChannelAsync(String channelId, ReadableArguments channelOptions, Promis… in setNotificationChannelAsync() method in NotificationChannelManagerModule
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dnotifications.mdx132 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 Dnotifications.mdx133 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 Dnotifications.mdx133 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 DNotificationScreen.tsx273 await Notifications.setNotificationChannelAsync('custom-sound', {

12