Home
last modified time | relevance | path

Searched refs:setNotificationCategoryAsync (Results 1 – 25 of 36) sorted by relevance

12

/expo/packages/expo-notifications/build/
H A DsetNotificationCategoryAsync.js15 export default async function setNotificationCategoryAsync(identifier, actions, options) { function
16 if (!NotificationCategoriesModule.setNotificationCategoryAsync) {
19 …return await NotificationCategoriesModule.setNotificationCategoryAsync(identifier, actions, option…
H A DsetNotificationCategoryAsync.js.map1setNotificationCategoryAsync.js","sourceRoot":"","sources":["../src/setNotificationCategoryAsync.t…
H A DsetNotificationCategoryAsync.d.ts.map1 {"version":3,"file":"setNotificationCategoryAsync.d.ts","sourceRoot":"","sources":["../src/setNotif…
H A DNotificationCategoriesModule.web.js5 async setNotificationCategoryAsync(identifier, actions, options) {
H A DsetNotificationCategoryAsync.d.ts14 export default function setNotificationCategoryAsync(identifier: string, actions: NotificationActio… function
H A DNotificationCategoriesModule.web.d.ts4setNotificationCategoryAsync(identifier: string, actions: NotificationAction[], options?: object):… constant
H A DNotificationCategoriesModule.types.d.ts5 setNotificationCategoryAsync: (identifier: string, actions: NotificationAction[], options?: { property
H A Dindex.d.ts23 export { default as setNotificationCategoryAsync } from './setNotificationCategoryAsync';
H A DNotificationCategoriesModule.types.js.map1 …ionCategoriesAsync: () => Promise<NotificationCategory[]>;\n setNotificationCategoryAsync: (\n …
H A Dindex.js23 export { default as setNotificationCategoryAsync } from './setNotificationCategoryAsync';
H A DNotificationCategoriesModule.web.js.map1 …riesAsync(): Promise<null> {\n return null;\n },\n async setNotificationCategoryAsync(\n i…
H A DdeleteNotificationCategoryAsync.js.map1 …fier.\n * @param identifier Identifier initially provided to `setNotificationCategoryAsync` when c…
H A Dindex.js.map1 …tionCategoriesAsync';\nexport { default as setNotificationCategoryAsync } from './setNotificationC…
/expo/packages/expo-notifications/src/
H A DsetNotificationCategoryAsync.ts22 export default async function setNotificationCategoryAsync( function
27 if (!NotificationCategoriesModule.setNotificationCategoryAsync) {
31 return await NotificationCategoriesModule.setNotificationCategoryAsync(
H A DNotificationCategoriesModule.web.ts7 async setNotificationCategoryAsync(
H A DNotificationCategoriesModule.types.ts7 setNotificationCategoryAsync: ( property
H A Dindex.ts23 export { default as setNotificationCategoryAsync } from './setNotificationCategoryAsync';
/expo/packages/expo-notifications/src/__tests__/
H A DNotificationCategories-test.ts4 import setNotificationCategoryAsync from '../setNotificationCategoryAsync';
7 await setNotificationCategoryAsync(
32 expect(NotificationCategoriesModule.setNotificationCategoryAsync).toHaveBeenLastCalledWith(
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationCategoriesModule.kt14 override fun setNotificationCategoryAsync( in setNotificationCategoryAsync() method in versioned.host.exp.exponent.modules.universal.notifications.ScopedExpoNotificationCategoriesModule
21 super.setNotificationCategoryAsync( in setNotificationCategoryAsync()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationCategoriesModule.kt37 override fun setNotificationCategoryAsync( in setNotificationCategoryAsync() method
44 super.setNotificationCategoryAsync( in setNotificationCategoryAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationCategoriesModule.kt37 override fun setNotificationCategoryAsync( in setNotificationCategoryAsync() method
44 super.setNotificationCategoryAsync( in setNotificationCategoryAsync()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationCategoriesModule.kt37 override fun setNotificationCategoryAsync( in setNotificationCategoryAsync() method
44 super.setNotificationCategoryAsync( in setNotificationCategoryAsync()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/categories/
H A DExpoNotificationCategoriesModule.kt79 …setNotificationCategoryAsync", this@ExpoNotificationCategoriesModule::setNotificationCategoryAsync) in <lambda>()
87 open fun setNotificationCategoryAsync( in createResultReceiver() method in expo.modules.notifications.notifications.categories.ExpoNotificationCategoriesModule
/expo/apps/test-suite/tests/
H A DNotifications.js678 await Notifications.setNotificationCategoryAsync(
683 await Notifications.setNotificationCategoryAsync(
701 const resultCategory = await Notifications.setNotificationCategoryAsync(
721 const resultCategory = await Notifications.setNotificationCategoryAsync(
757 await Notifications.setNotificationCategoryAsync(
768 await Notifications.setNotificationCategoryAsync(
773 await Notifications.setNotificationCategoryAsync(
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/categories/
H A DExpoNotificationCategoriesModule.java72 …public void setNotificationCategoryAsync(final String identifier, List<HashMap<String, Object>> ac… in setNotificationCategoryAsync() method in ExpoNotificationCategoriesModule

12