Stay organized with collections
Save and categorize content based on your preferences.
VirtualViewFillInfo
class VirtualViewFillInfo
Information for the virtual view to the autofill framework.
Summary
Public methods |
Array<String!>? |
Autofill hints of the virtual view.
|
Public methods
getAutofillHints
fun getAutofillHints(): Array<String!>?
Autofill hints of the virtual view.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# VirtualViewFillInfo\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nVirtualViewFillInfo\n===================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/view/autofill/VirtualViewFillInfo \"View this page in Java\") \n\n```\nclass VirtualViewFillInfo\n```\n\n|---|------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.view.autofill.VirtualViewFillInfo](#) |\n\nInformation for the virtual view to the autofill framework.\n\nSummary\n-------\n\n| Nested classes ||\n|---|-----------------------------------------------------------------------------------------------------------------------|\n| | [Builder](/reference/kotlin/android/view/autofill/VirtualViewFillInfo.Builder) A builder for [VirtualViewFillInfo](#) |\n\n| Public methods ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------|\n| [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)\\\u003c[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!\\\u003e? | [getAutofillHints](#getAutofillHints())`()` Autofill hints of the virtual view. |\n\nPublic methods\n--------------\n\n### getAutofillHints\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nfun getAutofillHints(): Array\u003cString!\u003e?\n```\n\nAutofill hints of the virtual view.\n\n| Return ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------|\n| [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)\u003c[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!\u003e? | This value may be `null`. |\n\n**See Also**\n\n- [android.view.View#setAutofillHints(String...)](../View.html#setAutofillHints(kotlin.String))"]]