Added in API level 34
VirtualViewFillInfo
class VirtualViewFillInfo
kotlin.Any | |
↳ | android.view.autofill.VirtualViewFillInfo |
Information for the virtual view to the autofill framework.
Summary
Nested classes | |
---|---|
A builder for |
Public methods | |
---|---|
Array<String!>? |
Autofill hints of the virtual view. |
Public methods
getAutofillHints
Added in API level 34
fun getAutofillHints(): Array<String!>?
Autofill hints of the virtual view.
Return | |
---|---|
Array<String!>? |
This value may be null . |