ViewStructure.ExtraVirtualStructureVersionNumber 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 specifying the version of the view that generated the virtual structure for itself and its children
[Android.Runtime.Register("EXTRA_VIRTUAL_STRUCTURE_VERSION_NUMBER", ApiSince=36)]
public const string ExtraVirtualStructureVersionNumber;
[<Android.Runtime.Register("EXTRA_VIRTUAL_STRUCTURE_VERSION_NUMBER", ApiSince=36)>]
val mutable ExtraVirtualStructureVersionNumber : string
Field Value
- Attributes
Remarks
Key used for specifying the version of the view that generated the virtual structure for itself and its children
For example, if the virtual structure is generated by a webview of version "104.0.5112.69", then the value should be "104.0.5112.69"
Java documentation for android.view.ViewStructure.EXTRA_VIRTUAL_STRUCTURE_VERSION_NUMBER
.
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.