Interface

ContentType

Content type information.

Source set: 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

plus

operator fun plus(other: ContentType): ContentType
Source set: Android
actual sealed interface ContentType

Functions

plus

actual operator fun plus(other: ContentType): ContentType

Last updated: