Package-level declarations

Types

Link copied to clipboard
data class LoginCredentials(val id: Long? = null, val domain: String?, val username: String?, val password: String?, val domainTitle: String? = null, val notes: String? = null, val lastUpdatedMillis: Long? = null, val lastUsedMillis: Long? = null) : Parcelable, Serializable

Representation of login credentials used for autofilling into the browser.

Link copied to clipboard