ContentDataType


Summary

Public companion properties

ContentDataType

Indicates that the associated component is a date.

Cmn
android
ContentDataType

Indicates that the associated component is a list.

Cmn
android
ContentDataType

Indicates that the associated component does not have a data type, and therefore is not autofillable.

Cmn
android
ContentDataType

Indicates that the associated component is a text field.

Cmn
android
ContentDataType

Indicates that the associated component is a toggle.

Cmn
android

Public constructors

Cmn

Public properties

Int
android
NativeContentDataType
Cmn

Public companion properties

Date

val DateContentDataType

Indicates that the associated component is a date.

List

val ListContentDataType

Indicates that the associated component is a list.

None

val NoneContentDataType

Indicates that the associated component does not have a data type, and therefore is not autofillable.

Text

val TextContentDataType

Indicates that the associated component is a text field.

Toggle

val ToggleContentDataType

Indicates that the associated component is a toggle.

Public constructors

ContentDataType

ContentDataType(dataType: NativeContentDataType)

Public properties

dataType

val dataTypeInt

dataType

val dataTypeNativeContentDataType