| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | NotificationActionCenter.kt | 19 @JvmStatic fun putCategory(categoryId: String?, actions: List<MutableMap<String?, Any?>>) { in putCategory() 24 this["categoryId"] = categoryId in putCategory() 31 @JvmStatic fun removeCategory(categoryId: String?) { in removeCategory() 33 .where(ActionObject_Table.categoryId.eq(categoryId)) in removeCategory() 43 categoryId: String, in setCategory() 54 .where(ActionObject_Table.categoryId.eq(categoryId)) in setCategory()
|
| H A D | ScopedCategoryAwareNotificationBuilder.kt | 22 requester.experienceScopeKeyString!!, content.categoryId in addActionsToBuilder() 25 content.categoryId in addActionsToBuilder()
|
| H A D | ActionObject.kt | 10 @Column var categoryId: String? = null variable in host.exp.exponent.notifications.ActionObject 25 categoryId = map["categoryId"] as String?
|
| /expo/packages/expo-notifications/ios/EXNotifications/Notifications/Categories/ |
| H A D | EXNotificationCategoriesModule.h | 9 - (void)setNotificationCategoryWithCategoryId:(NSString *)categoryId 14 - (void)deleteNotificationCategoryWithCategoryId:(NSString *)categoryId 18 - (UNNotificationCategory *)createCategoryWithId:(NSString*)categoryId
|
| H A D | EXNotificationCategoriesModule.m | 25 setNotificationCategoryWithCategoryId:(NSString *)categoryId 30 …NotificationCategory *newCategory = [EXNotificationCategoriesModule createCategoryWithId:categoryId 49 deleteNotificationCategoryWithCategoryId:(NSString *)categoryId 56 if ([category.identifier isEqualToString:categoryId]) { 69 + (UNNotificationCategory *)createCategoryWithId:(NSString*)categoryId 84 newCategory = [UNNotificationCategory categoryWithIdentifier:categoryId 91 newCategory = [UNNotificationCategory categoryWithIdentifier:categoryId 97 newCategory = [UNNotificationCategory categoryWithIdentifier:categoryId
|
| /expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Categories/ |
| H A D | ABI47_0_0EXNotificationCategoriesModule.h | 9 - (void)setNotificationCategoryWithCategoryId:(NSString *)categoryId 14 - (void)deleteNotificationCategoryWithCategoryId:(NSString *)categoryId 18 - (UNNotificationCategory *)createCategoryWithId:(NSString*)categoryId
|
| H A D | ABI47_0_0EXNotificationCategoriesModule.m | 25 setNotificationCategoryWithCategoryId:(NSString *)categoryId 30 …ionCategory *newCategory = [ABI47_0_0EXNotificationCategoriesModule createCategoryWithId:categoryId 49 deleteNotificationCategoryWithCategoryId:(NSString *)categoryId 56 if ([category.identifier isEqualToString:categoryId]) { 69 + (UNNotificationCategory *)createCategoryWithId:(NSString*)categoryId 84 newCategory = [UNNotificationCategory categoryWithIdentifier:categoryId 91 newCategory = [UNNotificationCategory categoryWithIdentifier:categoryId 97 newCategory = [UNNotificationCategory categoryWithIdentifier:categoryId
|
| /expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Categories/ |
| H A D | ABI49_0_0EXNotificationCategoriesModule.h | 9 - (void)setNotificationCategoryWithCategoryId:(NSString *)categoryId 14 - (void)deleteNotificationCategoryWithCategoryId:(NSString *)categoryId 18 - (UNNotificationCategory *)createCategoryWithId:(NSString*)categoryId
|
| H A D | ABI49_0_0EXNotificationCategoriesModule.m | 25 setNotificationCategoryWithCategoryId:(NSString *)categoryId 30 …ionCategory *newCategory = [ABI49_0_0EXNotificationCategoriesModule createCategoryWithId:categoryId 49 deleteNotificationCategoryWithCategoryId:(NSString *)categoryId 56 if ([category.identifier isEqualToString:categoryId]) { 69 + (UNNotificationCategory *)createCategoryWithId:(NSString*)categoryId 84 newCategory = [UNNotificationCategory categoryWithIdentifier:categoryId 91 newCategory = [UNNotificationCategory categoryWithIdentifier:categoryId 97 newCategory = [UNNotificationCategory categoryWithIdentifier:categoryId
|
| /expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Categories/ |
| H A D | ABI48_0_0EXNotificationCategoriesModule.h | 9 - (void)setNotificationCategoryWithCategoryId:(NSString *)categoryId 14 - (void)deleteNotificationCategoryWithCategoryId:(NSString *)categoryId 18 - (UNNotificationCategory *)createCategoryWithId:(NSString*)categoryId
|
| H A D | ABI48_0_0EXNotificationCategoriesModule.m | 25 setNotificationCategoryWithCategoryId:(NSString *)categoryId 30 …ionCategory *newCategory = [ABI48_0_0EXNotificationCategoriesModule createCategoryWithId:categoryId 49 deleteNotificationCategoryWithCategoryId:(NSString *)categoryId 56 if ([category.identifier isEqualToString:categoryId]) { 69 + (UNNotificationCategory *)createCategoryWithId:(NSString*)categoryId 84 newCategory = [UNNotificationCategory categoryWithIdentifier:categoryId 91 newCategory = [UNNotificationCategory categoryWithIdentifier:categoryId 97 newCategory = [UNNotificationCategory categoryWithIdentifier:categoryId
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI47_0_0EXScopedNotificationCategoriesModule.m | 36 - (void)setNotificationCategoryWithCategoryId:(NSString *)categoryId 42 … *scopedCategoryIdentifier = [ABI47_0_0EXScopedNotificationsUtils scopedIdentifierFromId:categoryId 51 - (void)deleteNotificationCategoryWithCategoryId:(NSString *)categoryId 55 … *scopedCategoryIdentifier = [ABI47_0_0EXScopedNotificationsUtils scopedIdentifierFromId:categoryId
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI49_0_0EXScopedNotificationCategoriesModule.m | 36 - (void)setNotificationCategoryWithCategoryId:(NSString *)categoryId 42 … *scopedCategoryIdentifier = [ABI49_0_0EXScopedNotificationsUtils scopedIdentifierFromId:categoryId 51 - (void)deleteNotificationCategoryWithCategoryId:(NSString *)categoryId 55 … *scopedCategoryIdentifier = [ABI49_0_0EXScopedNotificationsUtils scopedIdentifierFromId:categoryId
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/ |
| H A D | ScopedNotificationsIdUtils.java | 30 …atic String getScopedCategoryId(@NonNull ExperienceKey experienceKey, @NonNull String categoryId) { in getScopedCategoryId() argument 31 return getScopedCategoryIdRaw(experienceKey.getScopeKey(), categoryId); in getScopedCategoryId() 35 …tic String getScopedCategoryIdRaw(@NonNull String experienceScopeKey, @NonNull String categoryId) { in getScopedCategoryIdRaw() argument 36 return SCOPED_CATEGORY_TAG + SEPARATOR + experienceScopeKey + SEPARATOR + categoryId; in getScopedCategoryIdRaw()
|
| H A D | NotificationsModule.java | 81 String categoryId = getScopedIdIfNotDetached(categoryIdParam); in createCategoryAsync() local 91 NotificationActionCenter.putCategory(categoryId, newActions); in createCategoryAsync() 97 String categoryId = getScopedIdIfNotDetached(categoryIdParam); in deleteCategoryAsync() local 98 NotificationActionCenter.removeCategory(categoryId); in deleteCategoryAsync() 102 private String getScopedIdIfNotDetached(String categoryId) { in getScopedIdIfNotDetached() argument 105 return experienceScopeKey + ":" + categoryId; in getScopedIdIfNotDetached() 107 return categoryId; in getScopedIdIfNotDetached()
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI48_0_0EXScopedNotificationCategoriesModule.m | 36 - (void)setNotificationCategoryWithCategoryId:(NSString *)categoryId 42 … *scopedCategoryIdentifier = [ABI48_0_0EXScopedNotificationsUtils scopedIdentifierFromId:categoryId 51 - (void)deleteNotificationCategoryWithCategoryId:(NSString *)categoryId 55 … *scopedCategoryIdentifier = [ABI48_0_0EXScopedNotificationsUtils scopedIdentifierFromId:categoryId
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/ |
| H A D | ScopedNotificationsIdUtils.java | 30 …atic String getScopedCategoryId(@NonNull ExperienceKey experienceKey, @NonNull String categoryId) { in getScopedCategoryId() argument 31 return getScopedCategoryIdRaw(experienceKey.getScopeKey(), categoryId); in getScopedCategoryId() 35 …tic String getScopedCategoryIdRaw(@NonNull String experienceScopeKey, @NonNull String categoryId) { in getScopedCategoryIdRaw() argument 36 return SCOPED_CATEGORY_TAG + SEPARATOR + experienceScopeKey + SEPARATOR + categoryId; in getScopedCategoryIdRaw()
|
| H A D | NotificationsModule.java | 81 String categoryId = getScopedIdIfNotDetached(categoryIdParam); in createCategoryAsync() local 91 NotificationActionCenter.putCategory(categoryId, newActions); in createCategoryAsync() 97 String categoryId = getScopedIdIfNotDetached(categoryIdParam); in deleteCategoryAsync() local 98 NotificationActionCenter.removeCategory(categoryId); in deleteCategoryAsync() 102 private String getScopedIdIfNotDetached(String categoryId) { in getScopedIdIfNotDetached() argument 105 return experienceScopeKey + ":" + categoryId; in getScopedIdIfNotDetached() 107 return categoryId; in getScopedIdIfNotDetached()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/ |
| H A D | ScopedNotificationsIdUtils.java | 30 …atic String getScopedCategoryId(@NonNull ExperienceKey experienceKey, @NonNull String categoryId) { in getScopedCategoryId() argument 31 return getScopedCategoryIdRaw(experienceKey.getScopeKey(), categoryId); in getScopedCategoryId() 35 …tic String getScopedCategoryIdRaw(@NonNull String experienceScopeKey, @NonNull String categoryId) { in getScopedCategoryIdRaw() argument 36 return SCOPED_CATEGORY_TAG + SEPARATOR + experienceScopeKey + SEPARATOR + categoryId; in getScopedCategoryIdRaw()
|
| H A D | NotificationsModule.java | 81 String categoryId = getScopedIdIfNotDetached(categoryIdParam); in createCategoryAsync() local 91 NotificationActionCenter.putCategory(categoryId, newActions); in createCategoryAsync() 97 String categoryId = getScopedIdIfNotDetached(categoryIdParam); in deleteCategoryAsync() local 98 NotificationActionCenter.removeCategory(categoryId); in deleteCategoryAsync() 102 private String getScopedIdIfNotDetached(String categoryId) { in getScopedIdIfNotDetached() argument 105 return experienceScopeKey + ":" + categoryId; in getScopedIdIfNotDetached() 107 return categoryId; in getScopedIdIfNotDetached()
|
| /expo/ios/Exponent/Versioned/Core/UniversalModules/EXNotifications/ |
| H A D | EXScopedNotificationCategoriesModule.m | 36 - (void)setNotificationCategoryWithCategoryId:(NSString *)categoryId 42 NSString *scopedCategoryIdentifier = [EXScopedNotificationsUtils scopedIdentifierFromId:categoryId 51 - (void)deleteNotificationCategoryWithCategoryId:(NSString *)categoryId 55 NSString *scopedCategoryIdentifier = [EXScopedNotificationsUtils scopedIdentifierFromId:categoryId
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/ |
| H A D | ScopedNotificationsIdUtils.java | 30 …atic String getScopedCategoryId(@NonNull ExperienceKey experienceKey, @NonNull String categoryId) { in getScopedCategoryId() argument 31 return getScopedCategoryIdRaw(experienceKey.getScopeKey(), categoryId); in getScopedCategoryId() 35 …tic String getScopedCategoryIdRaw(@NonNull String experienceScopeKey, @NonNull String categoryId) { in getScopedCategoryIdRaw() argument 36 return SCOPED_CATEGORY_TAG + SEPARATOR + experienceScopeKey + SEPARATOR + categoryId; in getScopedCategoryIdRaw()
|
| H A D | NotificationsModule.java | 81 String categoryId = getScopedIdIfNotDetached(categoryIdParam); in createCategoryAsync() local 91 NotificationActionCenter.putCategory(categoryId, newActions); in createCategoryAsync() 97 String categoryId = getScopedIdIfNotDetached(categoryIdParam); in deleteCategoryAsync() local 98 NotificationActionCenter.removeCategory(categoryId); in deleteCategoryAsync() 102 private String getScopedIdIfNotDetached(String categoryId) { in getScopedIdIfNotDetached() argument 105 return experienceScopeKey + ":" + categoryId; in getScopedIdIfNotDetached() 107 return categoryId; in getScopedIdIfNotDetached()
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/ |
| H A D | ABI49_0_0EXNotifications.m | 218 if ([payload[@"categoryId"] isKindOfClass:[NSString class]]) { 219 localNotification.category = [self internalIdForIdentifier:payload[@"categoryId"]]; 306 createCategoryWithCategoryId:(NSString *)categoryId 319 …Category = [UNNotificationCategory categoryWithIdentifier:[self internalIdForIdentifier:categoryId] 325 …Category = [UNNotificationCategory categoryWithIdentifier:[self internalIdForIdentifier:categoryId] 347 deleteCategoryWithCategoryId:(NSString *)categoryId 351 NSString *internalCategoryId = [self internalIdForIdentifier:categoryId]; 385 if ([payload[@"categoryId"] isKindOfClass:[NSString class]]) { 386 content.categoryIdentifier = [self internalIdForIdentifier:payload[@"categoryId"]];
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/ |
| H A D | ABI47_0_0EXNotifications.m | 218 if ([payload[@"categoryId"] isKindOfClass:[NSString class]]) { 219 localNotification.category = [self internalIdForIdentifier:payload[@"categoryId"]]; 306 createCategoryWithCategoryId:(NSString *)categoryId 319 …Category = [UNNotificationCategory categoryWithIdentifier:[self internalIdForIdentifier:categoryId] 325 …Category = [UNNotificationCategory categoryWithIdentifier:[self internalIdForIdentifier:categoryId] 347 deleteCategoryWithCategoryId:(NSString *)categoryId 351 NSString *internalCategoryId = [self internalIdForIdentifier:categoryId]; 385 if ([payload[@"categoryId"] isKindOfClass:[NSString class]]) { 386 content.categoryIdentifier = [self internalIdForIdentifier:payload[@"categoryId"]];
|