android.service.autofill
Interfaces
OnClickAction |
Class used to define an action to be performed when a child view in a |
Sanitizer |
Helper class used to sanitize user input before using it in a save request. |
SavedDatasetsInfoCallback |
Handles the response to |
Transformation |
Helper class used to change a child view of a |
Validator |
Class used to define whether a condition is satisfied. |
Classes
AutofillService |
An |
BatchUpdates |
Defines actions to be applied to a |
CharSequenceTransformation |
Replaces a |
CustomDescription |
Defines a custom description for the autofill save UI. |
Dataset |
A |
DateTransformation |
Replaces a |
DateValueSanitizer |
Sanitizes a date |
Field |
This class is used to set all information of a field. |
FieldClassification |
Represents the field classification results for a given field. |
FillCallback |
|
FillContext |
This class represents a context for each fill request made via |
FillEventHistory |
Describes what happened after the last |
FillRequest |
This class represents a request to an autofill service to interpret the screen and provide information to the system which views are interesting for saving and what are the possible ways to fill the inputs on the screen if applicable. |
FillResponse | |
ImageTransformation |
Replaces the content of a child |
InlinePresentation |
Wrapper class holding a |
LuhnChecksumValidator |
Validator that returns |
Presentations |
Holds presentations used to visualize autofill suggestions for each available UI type. |
RegexValidator |
Defines if a field is valid based on a regular expression (regex). |
SaveCallback |
Handles save requests from the |
SavedDatasetsInfo |
A result returned from |
SaveInfo |
Information used to indicate that an |
SaveRequest |
This class represents a request to an |
TextValueSanitizer |
Sanitizes a text |
UserData |
Defines the user data used for field classification. |
Validators |
Factory for |
VisibilitySetterAction |
Action used to change the visibility of other child view in a |