| /expo/packages/expo-notifications/build/ |
| H A D | setNotificationChannelGroupAsync.android.js | 3 export default async function setNotificationChannelGroupAsync(groupId, group) { function 4 if (!NotificationChannelGroupManager.setNotificationChannelGroupAsync) { 7 return await NotificationChannelGroupManager.setNotificationChannelGroupAsync(groupId, group);
|
| H A D | setNotificationChannelGroupAsync.android.js.map | 1 …setNotificationChannelGroupAsync.android.js","sourceRoot":"","sources":["../src/setNotificationCha…
|
| H A D | setNotificationChannelGroupAsync.android.d.ts.map | 1 …version":3,"file":"setNotificationChannelGroupAsync.android.d.ts","sourceRoot":"","sources":["../s…
|
| H A D | setNotificationChannelGroupAsync.d.ts.map | 1 {"version":3,"file":"setNotificationChannelGroupAsync.d.ts","sourceRoot":"","sources":["../src/setN…
|
| H A D | setNotificationChannelGroupAsync.js.map | 1 …setNotificationChannelGroupAsync.js","sourceRoot":"","sources":["../src/setNotificationChannelGrou…
|
| H A D | setNotificationChannelGroupAsync.js | 10 export default async function setNotificationChannelGroupAsync(groupId, group) { function
|
| H A D | setNotificationChannelGroupAsync.android.d.ts | 2 export default function setNotificationChannelGroupAsync(groupId: string, group: NotificationChanne… function
|
| H A D | setNotificationChannelGroupAsync.d.ts | 11 export default function setNotificationChannelGroupAsync(groupId: string, group: NotificationChanne… function
|
| H A D | index.d.ts | 14 export { default as setNotificationChannelGroupAsync } from './setNotificationChannelGroupAsync';
|
| H A D | NotificationChannelGroupManager.types.d.ts | 25 …setNotificationChannelGroupAsync?: (groupId: string, group: NotificationChannelGroupInput) => Prom… property
|
| H A D | index.js | 14 export { default as setNotificationChannelGroupAsync } from './setNotificationChannelGroupAsync';
|
| H A D | NotificationChannelGroupManager.types.js.map | 1 …Id: string) => Promise<NotificationChannelGroup | null>;\n setNotificationChannelGroupAsync?: (\n…
|
| H A D | index.js.map | 1 …annelGroupAsync';\nexport { default as setNotificationChannelGroupAsync } from './setNotificationC…
|
| /expo/packages/expo-notifications/src/ |
| H A D | setNotificationChannelGroupAsync.android.ts | 9 export default async function setNotificationChannelGroupAsync( function 13 if (!NotificationChannelGroupManager.setNotificationChannelGroupAsync) { 17 return await NotificationChannelGroupManager.setNotificationChannelGroupAsync(groupId, group);
|
| H A D | setNotificationChannelGroupAsync.ts | 15 export default async function setNotificationChannelGroupAsync( function
|
| H A D | index.ts | 14 export { default as setNotificationChannelGroupAsync } from './setNotificationChannelGroupAsync';
|
| H A D | NotificationChannelGroupManager.types.ts | 29 setNotificationChannelGroupAsync?: ( property
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 417 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 D | NotificationChannelGroupManagerModule.java | 73 …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 D | NotificationChannelGroupManagerModule.java | 73 …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 D | NotificationChannelGroupManagerModule.java | 73 …public void setNotificationChannelGroupAsync(String groupId, ReadableArguments groupOptions, Promi… in setNotificationChannelGroupAsync() method in NotificationChannelGroupManagerModule
|
| /expo/packages/expo-notifications/ |
| H A D | README.md | 367 …- [`setNotificationChannelGroupAsync`](#setnotificationchannelgroupasyncidentifier-string-channel-… 1201 ### `setNotificationChannelGroupAsync(identifier: string, channel: NotificationChannelGroupInput): …
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | notifications.mdx | 1197 ### `setNotificationChannelGroupAsync(identifier: string, channel: NotificationChannelGroupInput): …
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | notifications.mdx | 1197 ### `setNotificationChannelGroupAsync(identifier: string, channel: NotificationChannelGroupInput): …
|