Home
last modified time | relevance | path

Searched defs:setNotificationCategoryAsync (Results 1 – 18 of 18) sorted by relevance

/expo/packages/expo-notifications/src/
H A DsetNotificationCategoryAsync.ts22 export default async function setNotificationCategoryAsync( function
H A DNotificationCategoriesModule.types.ts7 setNotificationCategoryAsync: ( property
/expo/packages/expo-notifications/build/
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 DsetNotificationCategoryAsync.js15 export default async function setNotificationCategoryAsync(identifier, actions, options) { function
/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
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Categories/
H A DEXNotificationCategoriesModule.m24 EX_EXPORT_METHOD_AS(setNotificationCategoryAsync, category
/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
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI47_0_0EXNotificationCategoriesModule.m24 ABI47_0_0EX_EXPORT_METHOD_AS(setNotificationCategoryAsync, category
/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
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI49_0_0EXNotificationCategoriesModule.m24 ABI49_0_0EX_EXPORT_METHOD_AS(setNotificationCategoryAsync, category
/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
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI48_0_0EXNotificationCategoriesModule.m24 ABI48_0_0EX_EXPORT_METHOD_AS(setNotificationCategoryAsync, category
/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
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_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
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_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
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/categories/
H A DExpoNotificationCategoriesModule.kt87 open fun setNotificationCategoryAsync( in createResultReceiver() method in expo.modules.notifications.notifications.categories.ExpoNotificationCategoriesModule