Home
last modified time | relevance | path

Searched refs:getNotificationCategoriesAsync (Results 1 – 25 of 31) sorted by relevance

12

/expo/packages/expo-notifications/build/
H A DgetNotificationCategoriesAsync.js11 export default async function getNotificationCategoriesAsync() { function
12 if (!NotificationCategoriesModule.getNotificationCategoriesAsync) {
15 return await NotificationCategoriesModule.getNotificationCategoriesAsync();
H A DgetNotificationCategoriesAsync.js.map1getNotificationCategoriesAsync.js","sourceRoot":"","sources":["../src/getNotificationCategoriesAsy…
H A DgetNotificationCategoriesAsync.d.ts.map1 {"version":3,"file":"getNotificationCategoriesAsync.d.ts","sourceRoot":"","sources":["../src/getNot…
H A DgetNotificationCategoriesAsync.d.ts10 export default function getNotificationCategoriesAsync(): Promise<NotificationCategory[]>; function
H A DNotificationCategoriesModule.web.js2 async getNotificationCategoriesAsync() {
H A DNotificationCategoriesModule.web.d.ts3 getNotificationCategoriesAsync(): Promise<null>;
H A DNotificationCategoriesModule.types.d.ts4 getNotificationCategoriesAsync: () => Promise<NotificationCategory[]>; property
H A Dindex.d.ts22 export { default as getNotificationCategoriesAsync } from './getNotificationCategoriesAsync';
H A DNotificationCategoriesModule.types.js.map1 … NotificationCategoriesModule extends ProxyNativeModule {\n getNotificationCategoriesAsync: () =>…
H A Dindex.js22 export { default as getNotificationCategoriesAsync } from './getNotificationCategoriesAsync';
H A DNotificationCategoriesModule.web.js.map1 …} from './Notifications.types';\n\nexport default {\n async getNotificationCategoriesAsync(): Pro…
H A Dindex.js.map1 …otificationsAsync';\nexport { default as getNotificationCategoriesAsync } from './getNotificationC…
/expo/packages/expo-notifications/src/
H A DgetNotificationCategoriesAsync.ts14 export default async function getNotificationCategoriesAsync(): Promise<NotificationCategory[]> { function
15 if (!NotificationCategoriesModule.getNotificationCategoriesAsync) {
19 return await NotificationCategoriesModule.getNotificationCategoriesAsync();
H A DNotificationCategoriesModule.web.ts4 async getNotificationCategoriesAsync(): Promise<null> {
H A DNotificationCategoriesModule.types.ts6 getNotificationCategoriesAsync: () => Promise<NotificationCategory[]>; property
H A Dindex.ts22 export { default as getNotificationCategoriesAsync } from './getNotificationCategoriesAsync';
/expo/packages/expo-notifications/src/__tests__/
H A DNotificationCategories-test.ts3 import getNotificationCategoriesAsync from '../getNotificationCategoriesAsync';
67 await getNotificationCategoriesAsync();
68 expect(NotificationCategoriesModule.getNotificationCategoriesAsync).toHaveBeenLastCalledWith();
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationCategoriesModule.kt18 override fun getNotificationCategoriesAsync(promise: Promise) { in getNotificationCategoriesAsync() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationCategoriesModule.kt18 override fun getNotificationCategoriesAsync(promise: Promise) { in getNotificationCategoriesAsync() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationCategoriesModule.kt18 override fun getNotificationCategoriesAsync(promise: Promise) { in getNotificationCategoriesAsync() method
/expo/apps/test-suite/tests/
H A DNotifications.js662 existingCategoriesCount = (await Notifications.getNotificationCategoriesAsync()).length;
672 t.expect((await Notifications.getNotificationCategoriesAsync()).length).toEqual(
688 t.expect((await Notifications.getNotificationCategoriesAsync()).length).toEqual(
748 const categoriesBefore = await Notifications.getNotificationCategoriesAsync();
752 const categoriesAfter = await Notifications.getNotificationCategoriesAsync();
778 const categoriesBefore = await Notifications.getNotificationCategoriesAsync();
780 const categoriesAfter = await Notifications.getNotificationCategoriesAsync();
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/categories/
H A DExpoNotificationCategoriesModule.java57 public void getNotificationCategoriesAsync(final Promise promise) { in getNotificationCategoriesAsync() method in ExpoNotificationCategoriesModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/categories/
H A DExpoNotificationCategoriesModule.java57 public void getNotificationCategoriesAsync(final Promise promise) { in getNotificationCategoriesAsync() method in ExpoNotificationCategoriesModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/categories/
H A DExpoNotificationCategoriesModule.java57 public void getNotificationCategoriesAsync(final Promise promise) { in getNotificationCategoriesAsync() method in ExpoNotificationCategoriesModule
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Categories/
H A DEXNotificationCategoriesModule.m12 EX_EXPORT_METHOD_AS(getNotificationCategoriesAsync,

12