Compose API Reference Compose UI Test hasImeAction Function Common fun hasImeAction(actionType: ImeAction) = SemanticsMatcher.expectValue(SemanticsProperties.ImeAction, actionType) Returns whether the node defines the given IME action. Parameters actionTypethe action to match.
Compose API Reference Compose UI Test hasImeAction Function Common fun hasImeAction(actionType: ImeAction) = SemanticsMatcher.expectValue(SemanticsProperties.ImeAction, actionType) Returns whether the node defines the given IME action. Parameters actionTypethe action to match.