Function

requestAutofill

Requests autofill for the LayoutNode that this [DelegatableNode] is attached to.

requestAutofill

Common
fun DelegatableNode.requestAutofill() = requireLayoutNode().requestAutofill()

Requests autofill for the LayoutNode that this DelegatableNode is attached to. If the node does not have any autofill semantic properties set, then the request still may be sent to the Autofill service, but no response is expected.