| /expo/packages/expo-notifications/build/ |
| H A D | getNotificationChannelGroupAsync.android.js | 3 export default async function getNotificationChannelGroupAsync(groupId) { function 4 if (!NotificationChannelGroupManager.getNotificationChannelGroupAsync) { 7 return await NotificationChannelGroupManager.getNotificationChannelGroupAsync(groupId);
|
| H A D | getNotificationChannelGroupAsync.android.js.map | 1 …getNotificationChannelGroupAsync.android.js","sourceRoot":"","sources":["../src/getNotificationCha…
|
| H A D | getNotificationChannelGroupAsync.android.d.ts.map | 1 …version":3,"file":"getNotificationChannelGroupAsync.android.d.ts","sourceRoot":"","sources":["../s…
|
| H A D | getNotificationChannelGroupAsync.d.ts.map | 1 {"version":3,"file":"getNotificationChannelGroupAsync.d.ts","sourceRoot":"","sources":["../src/getN…
|
| H A D | getNotificationChannelGroupAsync.js.map | 1 …getNotificationChannelGroupAsync.js","sourceRoot":"","sources":["../src/getNotificationChannelGrou…
|
| H A D | getNotificationChannelGroupAsync.d.ts | 11 export default function getNotificationChannelGroupAsync(groupId: string): Promise<NotificationChan… function
|
| H A D | getNotificationChannelGroupAsync.android.d.ts | 2 export default function getNotificationChannelGroupAsync(groupId: string): Promise<NotificationChan… function
|
| H A D | getNotificationChannelGroupAsync.js | 10 export default async function getNotificationChannelGroupAsync(groupId) { function
|
| H A D | index.d.ts | 13 export { default as getNotificationChannelGroupAsync } from './getNotificationChannelGroupAsync';
|
| H A D | NotificationChannelGroupManager.types.d.ts | 24 … getNotificationChannelGroupAsync?: (groupId: string) => Promise<NotificationChannelGroup | null>; property
|
| H A D | index.js | 13 export { default as getNotificationChannelGroupAsync } from './getNotificationChannelGroupAsync';
|
| H A D | NotificationChannelGroupManager.types.js.map | 1 …GroupsAsync?: () => Promise<NotificationChannelGroup[]>;\n getNotificationChannelGroupAsync?: (gr…
|
| H A D | index.js.map | 1 …nnelGroupsAsync';\nexport { default as getNotificationChannelGroupAsync } from './getNotificationC…
|
| /expo/packages/expo-notifications/src/ |
| H A D | getNotificationChannelGroupAsync.android.ts | 6 export default async function getNotificationChannelGroupAsync( function 9 if (!NotificationChannelGroupManager.getNotificationChannelGroupAsync) { 13 return await NotificationChannelGroupManager.getNotificationChannelGroupAsync(groupId);
|
| H A D | getNotificationChannelGroupAsync.ts | 12 export default async function getNotificationChannelGroupAsync( function
|
| H A D | index.ts | 13 export { default as getNotificationChannelGroupAsync } from './getNotificationChannelGroupAsync';
|
| H A D | NotificationChannelGroupManager.types.ts | 28 getNotificationChannelGroupAsync?: (groupId: string) => Promise<NotificationChannelGroup | null>; property
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/ |
| H A D | NotificationChannelGroupManagerModule.java | 47 public void getNotificationChannelGroupAsync(String groupId, Promise promise) { in getNotificationChannelGroupAsync() 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 | 47 public void getNotificationChannelGroupAsync(String groupId, Promise promise) { in getNotificationChannelGroupAsync() 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 | 47 public void getNotificationChannelGroupAsync(String groupId, Promise promise) { in getNotificationChannelGroupAsync() method in NotificationChannelGroupManagerModule
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 423 const group = await Notifications.getNotificationChannelGroupAsync(groupId); 486 const channelGroup = await Notifications.getNotificationChannelGroupAsync( 499 await Notifications.getNotificationChannelGroupAsync(testChannelGroupId);
|
| /expo/packages/expo-notifications/ |
| H A D | README.md | 366 …- [`getNotificationChannelGroupAsync`](#getnotificationchannelgroupasyncidentifier-string-promisen… 1189 ### `getNotificationChannelGroupAsync(identifier: string): Promise<NotificationChannelGroup | null>`
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | notifications.mdx | 1185 ### `getNotificationChannelGroupAsync(identifier: string): Promise<NotificationChannelGroup | null>`
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | notifications.mdx | 1185 ### `getNotificationChannelGroupAsync(identifier: string): Promise<NotificationChannelGroup | null>`
|