ContentType
Interface
Common
expect sealed interface ContentType
Content type information.
Autofill services use the ContentType
to determine what value to use to autofill fields
associated with this type. If the ContentType
is not specified, the autofill services have to
use heuristics to determine the right value to use while autofilling the corresponding field.
Functions
operator fun plus(other: ContentType): ContentType
Android
actual sealed interface ContentType
Functions
actual operator fun plus(other: ContentType): ContentType