Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/build/
H A DgetNotificationChannelGroupsAsync.android.js.map1getNotificationChannelGroupsAsync.android.js","sourceRoot":"","sources":["../src/getNotificationCh…
H A DgetNotificationChannelGroupsAsync.android.js3 export default async function getNotificationChannelGroupsAsync() { function
4 if (!NotificationChannelGroupManager.getNotificationChannelGroupsAsync) {
7 return await NotificationChannelGroupManager.getNotificationChannelGroupsAsync();
H A DgetNotificationChannelGroupsAsync.android.d.ts.map1 …ersion":3,"file":"getNotificationChannelGroupsAsync.android.d.ts","sourceRoot":"","sources":["../s…
H A DgetNotificationChannelGroupsAsync.d.ts.map1 {"version":3,"file":"getNotificationChannelGroupsAsync.d.ts","sourceRoot":"","sources":["../src/get…
H A DgetNotificationChannelGroupsAsync.js.map1getNotificationChannelGroupsAsync.js","sourceRoot":"","sources":["../src/getNotificationChannelGro…
H A DgetNotificationChannelGroupsAsync.android.d.ts2 export default function getNotificationChannelGroupsAsync(): Promise<NotificationChannelGroup[]>; function
H A DgetNotificationChannelGroupsAsync.js8 export default async function getNotificationChannelGroupsAsync() { function
H A DgetNotificationChannelGroupsAsync.d.ts9 export default function getNotificationChannelGroupsAsync(): Promise<NotificationChannelGroup[]>; function
H A Dindex.d.ts12 export { default as getNotificationChannelGroupsAsync } from './getNotificationChannelGroupsAsync';
H A DNotificationChannelGroupManager.types.d.ts23 getNotificationChannelGroupsAsync?: () => Promise<NotificationChannelGroup[]>; property
H A Dindex.js12 export { default as getNotificationChannelGroupsAsync } from './getNotificationChannelGroupsAsync';
H A DNotificationChannelGroupManager.types.js.map1 …ificationChannelGroupManager extends ProxyNativeModule {\n getNotificationChannelGroupsAsync?: ()…
H A Dindex.js.map1 …onChannelAsync';\nexport { default as getNotificationChannelGroupsAsync } from './getNotificationC…
/expo/packages/expo-notifications/src/
H A DgetNotificationChannelGroupsAsync.android.ts6 export default async function getNotificationChannelGroupsAsync(): Promise< function
9 if (!NotificationChannelGroupManager.getNotificationChannelGroupsAsync) {
12 return await NotificationChannelGroupManager.getNotificationChannelGroupsAsync();
H A DgetNotificationChannelGroupsAsync.ts10 export default async function getNotificationChannelGroupsAsync(): Promise< function
H A Dindex.ts12 export { default as getNotificationChannelGroupsAsync } from './getNotificationChannelGroupsAsync';
H A DNotificationChannelGroupManager.types.ts27 getNotificationChannelGroupsAsync?: () => Promise<NotificationChannelGroup[]>; property
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelGroupManagerModule.java58 public void getNotificationChannelGroupsAsync(Promise promise) { in getNotificationChannelGroupsAsync() 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.java58 public void getNotificationChannelGroupsAsync(Promise promise) { in getNotificationChannelGroupsAsync() 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.java58 public void getNotificationChannelGroupsAsync(Promise promise) { in getNotificationChannelGroupsAsync() method in NotificationChannelGroupManagerModule
/expo/apps/test-suite/tests/
H A DNotifications.js509 const channels = await Notifications.getNotificationChannelGroupsAsync();
518 const channels = await Notifications.getNotificationChannelGroupsAsync();
524 await Notifications.getNotificationChannelGroupsAsync();
546 const preChannelGroups = await Notifications.getNotificationChannelGroupsAsync();
556 const postChannelGroups = await Notifications.getNotificationChannelGroupsAsync();
587 const channelGroups = await Notifications.getNotificationChannelGroupsAsync();
/expo/packages/expo-notifications/
H A DREADME.md365 …- [`getNotificationChannelGroupsAsync`](#getnotificationchannelgroupsasync-promisenotificationchan…
1181 ### `getNotificationChannelGroupsAsync(): Promise<NotificationChannelGroup[]>`
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1177 ### `getNotificationChannelGroupsAsync(): Promise<NotificationChannelGroup[]>`
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1177 ### `getNotificationChannelGroupsAsync(): Promise<NotificationChannelGroup[]>`