| /expo/packages/expo-notifications/build/ |
| H A D | setNotificationCategoryAsync.js | 15 export default async function setNotificationCategoryAsync(identifier, actions, options) { function 16 if (!NotificationCategoriesModule.setNotificationCategoryAsync) { 19 …return await NotificationCategoriesModule.setNotificationCategoryAsync(identifier, actions, option…
|
| H A D | setNotificationCategoryAsync.js.map | 1 …setNotificationCategoryAsync.js","sourceRoot":"","sources":["../src/setNotificationCategoryAsync.t…
|
| H A D | setNotificationCategoryAsync.d.ts.map | 1 {"version":3,"file":"setNotificationCategoryAsync.d.ts","sourceRoot":"","sources":["../src/setNotif…
|
| H A D | NotificationCategoriesModule.web.js | 5 async setNotificationCategoryAsync(identifier, actions, options) {
|
| H A D | setNotificationCategoryAsync.d.ts | 14 export default function setNotificationCategoryAsync(identifier: string, actions: NotificationActio… function
|
| H A D | NotificationCategoriesModule.web.d.ts | 4 …setNotificationCategoryAsync(identifier: string, actions: NotificationAction[], options?: object):… constant
|
| H A D | NotificationCategoriesModule.types.d.ts | 5 setNotificationCategoryAsync: (identifier: string, actions: NotificationAction[], options?: { property
|
| H A D | index.d.ts | 23 export { default as setNotificationCategoryAsync } from './setNotificationCategoryAsync';
|
| H A D | NotificationCategoriesModule.types.js.map | 1 …ionCategoriesAsync: () => Promise<NotificationCategory[]>;\n setNotificationCategoryAsync: (\n …
|
| H A D | index.js | 23 export { default as setNotificationCategoryAsync } from './setNotificationCategoryAsync';
|
| H A D | NotificationCategoriesModule.web.js.map | 1 …riesAsync(): Promise<null> {\n return null;\n },\n async setNotificationCategoryAsync(\n i…
|
| H A D | deleteNotificationCategoryAsync.js.map | 1 …fier.\n * @param identifier Identifier initially provided to `setNotificationCategoryAsync` when c…
|
| H A D | index.js.map | 1 …tionCategoriesAsync';\nexport { default as setNotificationCategoryAsync } from './setNotificationC…
|
| /expo/packages/expo-notifications/src/ |
| H A D | setNotificationCategoryAsync.ts | 22 export default async function setNotificationCategoryAsync( function 27 if (!NotificationCategoriesModule.setNotificationCategoryAsync) { 31 return await NotificationCategoriesModule.setNotificationCategoryAsync(
|
| H A D | NotificationCategoriesModule.web.ts | 7 async setNotificationCategoryAsync(
|
| H A D | NotificationCategoriesModule.types.ts | 7 setNotificationCategoryAsync: ( property
|
| H A D | index.ts | 23 export { default as setNotificationCategoryAsync } from './setNotificationCategoryAsync';
|
| /expo/packages/expo-notifications/src/__tests__/ |
| H A D | NotificationCategories-test.ts | 4 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 D | ScopedExpoNotificationCategoriesModule.kt | 14 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 D | ScopedExpoNotificationCategoriesModule.kt | 37 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 D | ScopedExpoNotificationCategoriesModule.kt | 37 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 D | ScopedExpoNotificationCategoriesModule.kt | 37 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 D | ExpoNotificationCategoriesModule.kt | 79 …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 D | Notifications.js | 678 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 D | ExpoNotificationCategoriesModule.java | 72 …public void setNotificationCategoryAsync(final String identifier, List<HashMap<String, Object>> ac… in setNotificationCategoryAsync() method in ExpoNotificationCategoriesModule
|