Home
last modified time | relevance | path

Searched refs:NotificationActionCenter (Results 1 – 7 of 7) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationActionCenter.kt15 object NotificationActionCenter { object
H A DNotificationHelper.kt511 NotificationActionCenter.setCategory( in showNotification()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java31 import host.exp.exponent.notifications.NotificationActionCenter;
91 NotificationActionCenter.putCategory(categoryId, newActions); in createCategoryAsync()
98 NotificationActionCenter.removeCategory(categoryId); in deleteCategoryAsync()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java31 import host.exp.exponent.notifications.NotificationActionCenter;
91 NotificationActionCenter.putCategory(categoryId, newActions); in createCategoryAsync()
98 NotificationActionCenter.removeCategory(categoryId); in deleteCategoryAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java31 import host.exp.exponent.notifications.NotificationActionCenter;
91 NotificationActionCenter.putCategory(categoryId, newActions); in createCategoryAsync()
98 NotificationActionCenter.removeCategory(categoryId); in deleteCategoryAsync()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java31 import host.exp.exponent.notifications.NotificationActionCenter;
91 NotificationActionCenter.putCategory(categoryId, newActions); in createCategoryAsync()
98 NotificationActionCenter.removeCategory(categoryId); in deleteCategoryAsync()
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernel.kt55 import host.exp.exponent.notifications.NotificationActionCenter in <lambda>()
481 … exponentNotification.inputText = remoteInput.getString(NotificationActionCenter.KEY_TEXT_REPLY) in <lambda>()