Property

LocalAutofillManager

The CompositionLocal that can be used to trigger autofill actions.

Source set: Common
val LocalAutofillManager =
staticCompositionLocalOf<AutofillManager?> { noLocalProvidedFor("LocalAutofillManager") }

The CompositionLocal that can be used to trigger autofill actions. Eg. AutofillManager.commit.

Last updated: