ViewStructure.ExtraVirtualStructureType Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Key used for writing the type of the view that generated the virtual structure of its children.
[Android.Runtime.Register("EXTRA_VIRTUAL_STRUCTURE_TYPE", ApiSince=36)]
public const string ExtraVirtualStructureType;
[<Android.Runtime.Register("EXTRA_VIRTUAL_STRUCTURE_TYPE", ApiSince=36)>]
val mutable ExtraVirtualStructureType : string
Field Value
- Attributes
Remarks
Key used for writing the type of the view that generated the virtual structure of its children.
For example, if the virtual structure is generated by a webview, the value would be "WebView". If the virtual structure is generated by a compose view, then the value would be "ComposeView". The value is of type String.
This value is added to mainly help with debugging purpose.
Java documentation for android.view.ViewStructure.EXTRA_VIRTUAL_STRUCTURE_TYPE
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.