Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/build/
H A DgetNotificationChannelGroupAsync.android.js3 export default async function getNotificationChannelGroupAsync(groupId) { function
4 if (!NotificationChannelGroupManager.getNotificationChannelGroupAsync) {
7 return await NotificationChannelGroupManager.getNotificationChannelGroupAsync(groupId);
H A DgetNotificationChannelGroupAsync.android.js.map1getNotificationChannelGroupAsync.android.js","sourceRoot":"","sources":["../src/getNotificationCha…
H A DgetNotificationChannelGroupAsync.android.d.ts.map1 …version":3,"file":"getNotificationChannelGroupAsync.android.d.ts","sourceRoot":"","sources":["../s…
H A DgetNotificationChannelGroupAsync.d.ts.map1 {"version":3,"file":"getNotificationChannelGroupAsync.d.ts","sourceRoot":"","sources":["../src/getN…
H A DgetNotificationChannelGroupAsync.js.map1getNotificationChannelGroupAsync.js","sourceRoot":"","sources":["../src/getNotificationChannelGrou…
H A DgetNotificationChannelGroupAsync.d.ts11 export default function getNotificationChannelGroupAsync(groupId: string): Promise<NotificationChan… function
H A DgetNotificationChannelGroupAsync.android.d.ts2 export default function getNotificationChannelGroupAsync(groupId: string): Promise<NotificationChan… function
H A DgetNotificationChannelGroupAsync.js10 export default async function getNotificationChannelGroupAsync(groupId) { function
H A Dindex.d.ts13 export { default as getNotificationChannelGroupAsync } from './getNotificationChannelGroupAsync';
H A DNotificationChannelGroupManager.types.d.ts24getNotificationChannelGroupAsync?: (groupId: string) => Promise<NotificationChannelGroup | null>; property
H A Dindex.js13 export { default as getNotificationChannelGroupAsync } from './getNotificationChannelGroupAsync';
H A DNotificationChannelGroupManager.types.js.map1 …GroupsAsync?: () => Promise<NotificationChannelGroup[]>;\n getNotificationChannelGroupAsync?: (gr…
H A Dindex.js.map1 …nnelGroupsAsync';\nexport { default as getNotificationChannelGroupAsync } from './getNotificationC…
/expo/packages/expo-notifications/src/
H A DgetNotificationChannelGroupAsync.android.ts6 export default async function getNotificationChannelGroupAsync( function
9 if (!NotificationChannelGroupManager.getNotificationChannelGroupAsync) {
13 return await NotificationChannelGroupManager.getNotificationChannelGroupAsync(groupId);
H A DgetNotificationChannelGroupAsync.ts12 export default async function getNotificationChannelGroupAsync( function
H A Dindex.ts13 export { default as getNotificationChannelGroupAsync } from './getNotificationChannelGroupAsync';
H A DNotificationChannelGroupManager.types.ts28 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 DNotificationChannelGroupManagerModule.java47 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 DNotificationChannelGroupManagerModule.java47 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 DNotificationChannelGroupManagerModule.java47 public void getNotificationChannelGroupAsync(String groupId, Promise promise) { in getNotificationChannelGroupAsync() method in NotificationChannelGroupManagerModule
/expo/apps/test-suite/tests/
H A DNotifications.js423 const group = await Notifications.getNotificationChannelGroupAsync(groupId);
486 const channelGroup = await Notifications.getNotificationChannelGroupAsync(
499 await Notifications.getNotificationChannelGroupAsync(testChannelGroupId);
/expo/packages/expo-notifications/
H A DREADME.md366 …- [`getNotificationChannelGroupAsync`](#getnotificationchannelgroupasyncidentifier-string-promisen…
1189 ### `getNotificationChannelGroupAsync(identifier: string): Promise<NotificationChannelGroup | null>`
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1185 ### `getNotificationChannelGroupAsync(identifier: string): Promise<NotificationChannelGroup | null>`
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1185 ### `getNotificationChannelGroupAsync(identifier: string): Promise<NotificationChannelGroup | null>`