Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DActionObject.kt17 @Column var isShouldShowTextInput: Boolean = false variable in host.exp.exponent.notifications.ActionObject
30 isShouldShowTextInput = map["textInput"] != null
31 if (isShouldShowTextInput && map["textInput"] is Map<*, *>) {
H A DNotificationActionCenter.kt86 if (actionObject.isShouldShowTextInput) { in addAction()