Added in API level 34
    Builder
class Builder
| kotlin.Any | |
| ↳ | android.view.autofill.VirtualViewFillInfo.Builder | 
A builder for VirtualViewFillInfo
Summary
| Public constructors | |
|---|---|
| Builder() | |
| Public methods | |
|---|---|
| VirtualViewFillInfo | build()Builds the instance. | 
| VirtualViewFillInfo.Builder | setAutofillHints(vararg value: String!)Autofill hints of the virtual view. | 
Public constructors
Public methods
build
Added in API level 34
      fun build(): VirtualViewFillInfo
Builds the instance. This builder should not be touched after calling this!
| Return | |
|---|---|
| VirtualViewFillInfo | This value cannot be null. | 
setAutofillHints
Added in API level 34
      fun setAutofillHints(vararg value: String!): VirtualViewFillInfo.Builder
Autofill hints of the virtual view.
| Parameters | |
|---|---|
| value | String!: This value cannot be null. | 
| Return | |
|---|---|
| VirtualViewFillInfo.Builder | This value cannot be null. | 
