hasImeAction
Common
fun hasImeAction(actionType: ImeAction) =
SemanticsMatcher.expectValue(SemanticsProperties.ImeAction, actionType)
Returns whether the node defines the given IME action.
Parameters
| actionType | the action to match. |
Returns whether the node defines the given IME action.
fun hasImeAction(actionType: ImeAction) =
SemanticsMatcher.expectValue(SemanticsProperties.ImeAction, actionType)
Returns whether the node defines the given IME action.
| actionType | the action to match. |