Home
last modified time | relevance | path

Searched refs:inputText (Results 1 – 2 of 2) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotification.kt18 var inputText: String? = null variable in host.exp.exponent.notifications.ExponentNotification
53 call("putString", NotificationConstants.NOTIFICATION_INPUT_TEXT, inputText) in toWriteableMap()
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernel.kt481 … exponentNotification.inputText = remoteInput.getString(NotificationActionCenter.KEY_TEXT_REPLY) in <lambda>()