Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/build/
H A DsetNotificationChannelGroupAsync.android.js3 export default async function setNotificationChannelGroupAsync(groupId, group) { function
4 if (!NotificationChannelGroupManager.setNotificationChannelGroupAsync) {
7 return await NotificationChannelGroupManager.setNotificationChannelGroupAsync(groupId, group);
H A DsetNotificationChannelGroupAsync.android.js.map1setNotificationChannelGroupAsync.android.js","sourceRoot":"","sources":["../src/setNotificationCha…
H A DsetNotificationChannelGroupAsync.android.d.ts.map1 …version":3,"file":"setNotificationChannelGroupAsync.android.d.ts","sourceRoot":"","sources":["../s…
H A DsetNotificationChannelGroupAsync.d.ts.map1 {"version":3,"file":"setNotificationChannelGroupAsync.d.ts","sourceRoot":"","sources":["../src/setN…
H A DsetNotificationChannelGroupAsync.js.map1setNotificationChannelGroupAsync.js","sourceRoot":"","sources":["../src/setNotificationChannelGrou…
H A DsetNotificationChannelGroupAsync.js10 export default async function setNotificationChannelGroupAsync(groupId, group) { function
H A DsetNotificationChannelGroupAsync.android.d.ts2 export default function setNotificationChannelGroupAsync(groupId: string, group: NotificationChanne… function
H A DsetNotificationChannelGroupAsync.d.ts11 export default function setNotificationChannelGroupAsync(groupId: string, group: NotificationChanne… function
H A Dindex.d.ts14 export { default as setNotificationChannelGroupAsync } from './setNotificationChannelGroupAsync';
H A DNotificationChannelGroupManager.types.d.ts25setNotificationChannelGroupAsync?: (groupId: string, group: NotificationChannelGroupInput) => Prom… property
H A Dindex.js14 export { default as setNotificationChannelGroupAsync } from './setNotificationChannelGroupAsync';
H A DNotificationChannelGroupManager.types.js.map1 …Id: string) => Promise<NotificationChannelGroup | null>;\n setNotificationChannelGroupAsync?: (\n…
H A Dindex.js.map1 …annelGroupAsync';\nexport { default as setNotificationChannelGroupAsync } from './setNotificationC…
/expo/packages/expo-notifications/src/
H A DsetNotificationChannelGroupAsync.android.ts9 export default async function setNotificationChannelGroupAsync( function
13 if (!NotificationChannelGroupManager.setNotificationChannelGroupAsync) {
17 return await NotificationChannelGroupManager.setNotificationChannelGroupAsync(groupId, group);
H A DsetNotificationChannelGroupAsync.ts15 export default async function setNotificationChannelGroupAsync( function
H A Dindex.ts14 export { default as setNotificationChannelGroupAsync } from './setNotificationChannelGroupAsync';
H A DNotificationChannelGroupManager.types.ts29 setNotificationChannelGroupAsync?: ( property
/expo/apps/test-suite/tests/
H A DNotifications.js417 await Notifications.setNotificationChannelGroupAsync(groupId, { name: 'Test group' });
494 await Notifications.setNotificationChannelGroupAsync(
514 const channel = await Notifications.setNotificationChannelGroupAsync(
536 const group = await Notifications.setNotificationChannelGroupAsync(
552 await Notifications.setNotificationChannelGroupAsync(
566 const channelGroup = await Notifications.setNotificationChannelGroupAsync(
581 await Notifications.setNotificationChannelGroupAsync(testChannelGroupId, {
584 await Notifications.setNotificationChannelGroupAsync(testChannelGroupId, {
603 await Notifications.setNotificationChannelGroupAsync(
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelGroupManagerModule.java73 …public void setNotificationChannelGroupAsync(String groupId, ReadableArguments groupOptions, Promi… in setNotificationChannelGroupAsync() method in NotificationChannelGroupManagerModule
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelGroupManagerModule.java73 …public void setNotificationChannelGroupAsync(String groupId, ReadableArguments groupOptions, Promi… in setNotificationChannelGroupAsync() method in NotificationChannelGroupManagerModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelGroupManagerModule.java73 …public void setNotificationChannelGroupAsync(String groupId, ReadableArguments groupOptions, Promi… in setNotificationChannelGroupAsync() method in NotificationChannelGroupManagerModule
/expo/packages/expo-notifications/
H A DREADME.md367 …- [`setNotificationChannelGroupAsync`](#setnotificationchannelgroupasyncidentifier-string-channel-…
1201 ### `setNotificationChannelGroupAsync(identifier: string, channel: NotificationChannelGroupInput): …
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1197 ### `setNotificationChannelGroupAsync(identifier: string, channel: NotificationChannelGroupInput): …
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1197 ### `setNotificationChannelGroupAsync(identifier: string, channel: NotificationChannelGroupInput): …