android-components / mozilla.components.service.sync.logins / AsyncLoginsStorageAdapter / touch
touch
open fun touch(id: String): Deferred<Unit> (source)
Overrides AsyncLoginsStorage.touch
Marks the login with the given ID as in-use.
Exceptions
NoSuchRecordException - if the login does not exist.