Source set: Common
val LocalAutofillManager =
staticCompositionLocalOf<AutofillManager?> { noLocalProvidedFor("LocalAutofillManager") }
The CompositionLocal that can be used to trigger autofill actions. Eg. AutofillManager.commit.
The CompositionLocal that can be used to trigger autofill actions.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
val LocalAutofillManager =
staticCompositionLocalOf<AutofillManager?> { noLocalProvidedFor("LocalAutofillManager") }
The CompositionLocal that can be used to trigger autofill actions. Eg. AutofillManager.commit.
Last updated: