AutofillProvider
Provides a value whenever there is a need to return a placeholder of certain type.
The most important AutofillProvider objects are:
forInternals - used in internal machinery.
forMockMode - used in mock mode. Initially it only fallbacks to forInternals
Both allows registering custom providers.
Inheritors
Types
Functions
Link copied to clipboard
Returns an instance of Value.Provided, whenever value of type can be provided. Otherwise, it returns Value.Absent
Link copied to clipboard
Calls AutofillProvider.provide and returns AutofillProvider.Value.Provided.value if present.