public interface UserDataProfiles
Modifier and Type | Method and Description |
---|---|
java.util.List<UserDataProfile> |
all()
Returns all user data records.
|
void |
clear()
Clears all records in the store.
|
void |
remove(UserDataProfile addressProfile)
Removes the user data from the store.
|
java.util.List<UserDataProfile> all()
The user data records are saved to the store via SaveUserDataProfileCallback
.
ObjectClosedException
- when the profile is deleted or its engine is closedvoid remove(UserDataProfile addressProfile)
Removed user data is not displayed in the autofill suggestion pop-up.
ObjectClosedException
- when the profile is deleted or its engine is closedvoid clear()
ObjectClosedException
- when the profile is deleted or its engine is closed