Searched refs:isShouldShowTextInput (Results 1 – 2 of 2) sorted by relevance
17 @Column var isShouldShowTextInput: Boolean = false variable in host.exp.exponent.notifications.ActionObject30 isShouldShowTextInput = map["textInput"] != null31 if (isShouldShowTextInput && map["textInput"] is Map<*, *>) {
86 if (actionObject.isShouldShowTextInput) { in addAction()