| /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 | 7 import abi47_0_0.expo.modules.notifications.notifications.categories.ExpoNotificationCategoriesModu… 23 …val categories = resultData?.getParcelableArrayList<NotificationCategory>(NotificationsService.NOT… in getNotificationCategoriesAsync() constant 24 if (resultCode == NotificationsService.SUCCESS_CODE && categories != null) { in getNotificationCategoriesAsync() 25 promise.resolve(serializeScopedCategories(categories)) in getNotificationCategoriesAsync() 57 …private fun serializeScopedCategories(categories: Collection<NotificationCategory>): ArrayList<Bun… in serializeScopedCategories() 59 for (category in categories) { in serializeScopedCategories()
|
| /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 | 7 import abi48_0_0.expo.modules.notifications.notifications.categories.ExpoNotificationCategoriesModu… 23 …val categories = resultData?.getParcelableArrayList<NotificationCategory>(NotificationsService.NOT… in getNotificationCategoriesAsync() constant 24 if (resultCode == NotificationsService.SUCCESS_CODE && categories != null) { in getNotificationCategoriesAsync() 25 promise.resolve(serializeScopedCategories(categories)) in getNotificationCategoriesAsync() 57 …private fun serializeScopedCategories(categories: Collection<NotificationCategory>): ArrayList<Bun… in serializeScopedCategories() 59 for (category in categories) { in serializeScopedCategories()
|
| /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 | 7 import abi49_0_0.expo.modules.notifications.notifications.categories.ExpoNotificationCategoriesModu… 23 …val categories = resultData?.getParcelableArrayList<NotificationCategory>(NotificationsService.NOT… in getNotificationCategoriesAsync() constant 24 if (resultCode == NotificationsService.SUCCESS_CODE && categories != null) { in getNotificationCategoriesAsync() 25 promise.resolve(serializeScopedCategories(categories)) in getNotificationCategoriesAsync() 57 …private fun serializeScopedCategories(categories: Collection<NotificationCategory>): ArrayList<Bun… in serializeScopedCategories() 59 for (category in categories) { in serializeScopedCategories()
|
| /expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsPOI.swift | 64 func setEnabledPOIFilter(categories: [POICategoryType]) { in setEnabledPOIFilter() 65 if categories.isEmpty { in setEnabledPOIFilter() 68 poiFilterCategories = categories.compactMap(mapToMKPOICategories) in setEnabledPOIFilter() 72 pointsOfInterestSearchService.setPointsOfInterestCategories(categories: poiFilterCategories) in setEnabledPOIFilter() 81 if let categories = poiFilterCategories { in getMKPOIFilter() variable 82 filter = MKPointOfInterestFilter.init(including: categories) in getMKPOIFilter()
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsPOI.swift | 64 func setEnabledPOIFilter(categories: [POICategoryType]) { in setEnabledPOIFilter() 65 if categories.isEmpty { in setEnabledPOIFilter() 68 poiFilterCategories = categories.compactMap(mapToMKPOICategories) in setEnabledPOIFilter() 72 pointsOfInterestSearchService.setPointsOfInterestCategories(categories: poiFilterCategories) in setEnabledPOIFilter() 81 if let categories = poiFilterCategories { in getMKPOIFilter() variable 82 filter = MKPointOfInterestFilter.init(including: categories) in getMKPOIFilter()
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsPOI.swift | 64 func setEnabledPOIFilter(categories: [POICategoryType]) { in setEnabledPOIFilter() 65 if categories.isEmpty { in setEnabledPOIFilter() 68 poiFilterCategories = categories.compactMap(mapToMKPOICategories) in setEnabledPOIFilter() 72 pointsOfInterestSearchService.setPointsOfInterestCategories(categories: poiFilterCategories) in setEnabledPOIFilter() 81 if let categories = poiFilterCategories { in getMKPOIFilter() variable 82 filter = MKPointOfInterestFilter.init(including: categories) in getMKPOIFilter()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/ |
| H A D | ScopedExpoNotificationCategoriesModule.kt | 5 import expo.modules.notifications.notifications.categories.ExpoNotificationCategoriesModule 6 import expo.modules.notifications.notifications.categories.NotificationActionRecord 34 override fun serializeCategories(categories: Collection<NotificationCategory>): List<Bundle?> { in serializeCategories() 35 return categories in serializeCategories()
|
| /expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/POIUtils/ |
| H A D | AppleMapsPOISearch.swift | 26 func setPointsOfInterestCategories(categories: [MKPointOfInterestCategory]?) { in setPointsOfInterestCategories() 27 pointOfInterestCategories = categories in setPointsOfInterestCategories() 69 if let categories = pointOfInterestCategories, !categories.isEmpty { in setSearchFilter() variable 70 filter = MKPointOfInterestFilter.init(including: categories) in setSearchFilter()
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/POIUtils/ |
| H A D | AppleMapsPOISearch.swift | 26 func setPointsOfInterestCategories(categories: [MKPointOfInterestCategory]?) { in setPointsOfInterestCategories() 27 pointOfInterestCategories = categories in setPointsOfInterestCategories() 69 if let categories = pointOfInterestCategories, !categories.isEmpty { in setSearchFilter() variable 70 filter = MKPointOfInterestFilter.init(including: categories) in setSearchFilter()
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/POIUtils/ |
| H A D | AppleMapsPOISearch.swift | 26 func setPointsOfInterestCategories(categories: [MKPointOfInterestCategory]?) { in setPointsOfInterestCategories() 27 pointOfInterestCategories = categories in setPointsOfInterestCategories() 69 if let categories = pointOfInterestCategories, !categories.isEmpty { in setSearchFilter() variable 70 filter = MKPointOfInterestFilter.init(including: categories) in setSearchFilter()
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/categories/ |
| H A D | ExpoNotificationCategoriesModule.kt | 1 package expo.modules.notifications.notifications.categories in <lambda>() 16 import expo.modules.notifications.notifications.categories.serializers.NotificationsCategoriesSeria… in <lambda>() 69 …val categories = resultData?.getParcelableArrayList<NotificationCategory>(NotificationsService.NOT… in <lambda>() constant 70 if (resultCode == NotificationsService.SUCCESS_CODE && categories != null) { in <lambda>() 71 promise.resolve(serializeCategories(categories)) in <lambda>() 146 …protected open fun serializeCategories(categories: Collection<NotificationCategory>): List<Bundle?… in serializeCategories() 147 return categories.map(serializer::toBundle) in serializeCategories()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/categories/ |
| H A D | ExpoNotificationCategoriesModule.java | 1 package abi48_0_0.expo.modules.notifications.notifications.categories; 20 import abi48_0_0.expo.modules.notifications.notifications.categories.serializers.NotificationsCateg… 61 …Collection<NotificationCategory> categories = resultData.getParcelableArrayList(NOTIFICATION_CATEG… in getNotificationCategoriesAsync() local 62 if (resultCode == SUCCESS_CODE && categories != null) { in getNotificationCategoriesAsync() 63 promise.resolve(serializeCategories(categories)); in getNotificationCategoriesAsync() 116 protected ArrayList<Bundle> serializeCategories(Collection<NotificationCategory> categories) { in serializeCategories() argument 118 for (NotificationCategory category : categories) { in serializeCategories()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/categories/ |
| H A D | ExpoNotificationCategoriesModule.java | 1 package abi47_0_0.expo.modules.notifications.notifications.categories; 20 import abi47_0_0.expo.modules.notifications.notifications.categories.serializers.NotificationsCateg… 61 …Collection<NotificationCategory> categories = resultData.getParcelableArrayList(NOTIFICATION_CATEG… in getNotificationCategoriesAsync() local 62 if (resultCode == SUCCESS_CODE && categories != null) { in getNotificationCategoriesAsync() 63 promise.resolve(serializeCategories(categories)); in getNotificationCategoriesAsync() 116 protected ArrayList<Bundle> serializeCategories(Collection<NotificationCategory> categories) { in serializeCategories() argument 118 for (NotificationCategory category : categories) { in serializeCategories()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/categories/ |
| H A D | ExpoNotificationCategoriesModule.java | 1 package abi49_0_0.expo.modules.notifications.notifications.categories; 20 import abi49_0_0.expo.modules.notifications.notifications.categories.serializers.NotificationsCateg… 61 …Collection<NotificationCategory> categories = resultData.getParcelableArrayList(NOTIFICATION_CATEG… in getNotificationCategoriesAsync() local 62 if (resultCode == SUCCESS_CODE && categories != null) { in getNotificationCategoriesAsync() 63 promise.resolve(serializeCategories(categories)); in getNotificationCategoriesAsync() 116 protected ArrayList<Bundle> serializeCategories(Collection<NotificationCategory> categories) { in serializeCategories() argument 118 for (NotificationCategory category : categories) { in serializeCategories()
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Scheme.ts | 9 categories: string[]; 73 function isValidRedirectIntentFilter({ actions, categories }: IntentFilterProps): boolean { 76 !categories.includes('android.intent.category.LAUNCHER') 82 const categories = intentFilter?.category?.map((data: any) => data?.$?.['android:name']) ?? []; constant 92 categories,
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/ |
| H A D | NotificationsPackage.java | 13 import expo.modules.notifications.notifications.categories.ExpoNotificationCategoriesModule; 14 import expo.modules.notifications.notifications.categories.serializers.ExpoNotificationsCategoriesS…
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/ |
| H A D | ABI49_0_0EXNotifications.h | 13 - (void)setNotificationCategories:(NSSet<UNNotificationCategory *> *)categories; 14 …egoriesWithCompletionHandler:(void(^)(NSSet<UNNotificationCategory *> *categories))completionHandl…
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/ |
| H A D | ABI48_0_0EXNotifications.h | 13 - (void)setNotificationCategories:(NSSet<UNNotificationCategory *> *)categories; 14 …egoriesWithCompletionHandler:(void(^)(NSSet<UNNotificationCategory *> *categories))completionHandl…
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/ |
| H A D | ABI47_0_0EXNotifications.h | 13 - (void)setNotificationCategories:(NSSet<UNNotificationCategory *> *)categories; 14 …egoriesWithCompletionHandler:(void(^)(NSSet<UNNotificationCategory *> *categories))completionHandl…
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI47_0_0EXScopedNotificationCategoryMigrator.m | 30 …er] getNotificationCategoriesWithCompletionHandler:^(NSSet<UNNotificationCategory *> *categories) { 31 NSMutableSet<UNNotificationCategory *> *newCategories = [categories mutableCopy]; 33 for (UNNotificationCategory *previousCategory in categories) {
|
| H A D | ABI47_0_0EXScopedNotificationCategoriesModule.m | 25 …er] getNotificationCategoriesWithCompletionHandler:^(NSSet<UNNotificationCategory *> *categories) { 27 for (UNNotificationCategory *category in categories) { 70 #pragma mark - static method for migrating categories in both Expo Go and standalones. Added in SDK…
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI49_0_0EXScopedNotificationCategoryMigrator.m | 30 …er] getNotificationCategoriesWithCompletionHandler:^(NSSet<UNNotificationCategory *> *categories) { 31 NSMutableSet<UNNotificationCategory *> *newCategories = [categories mutableCopy]; 33 for (UNNotificationCategory *previousCategory in categories) {
|
| H A D | ABI49_0_0EXScopedNotificationCategoriesModule.m | 25 …er] getNotificationCategoriesWithCompletionHandler:^(NSSet<UNNotificationCategory *> *categories) { 27 for (UNNotificationCategory *category in categories) { 70 #pragma mark - static method for migrating categories in both Expo Go and standalones. Added in SDK…
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI48_0_0EXScopedNotificationCategoryMigrator.m | 30 …er] getNotificationCategoriesWithCompletionHandler:^(NSSet<UNNotificationCategory *> *categories) { 31 NSMutableSet<UNNotificationCategory *> *newCategories = [categories mutableCopy]; 33 for (UNNotificationCategory *previousCategory in categories) {
|
| /expo/ios/Exponent/Versioned/Core/UniversalModules/EXNotifications/ |
| H A D | EXScopedNotificationCategoryMigrator.m | 30 …er] getNotificationCategoriesWithCompletionHandler:^(NSSet<UNNotificationCategory *> *categories) { 31 NSMutableSet<UNNotificationCategory *> *newCategories = [categories mutableCopy]; 33 for (UNNotificationCategory *previousCategory in categories) {
|