AccessibilityService.ClearCachedSubtree(AccessibilityNodeInfo) Method
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.
Invalidates node
and its subtree in the cache.
[Android.Runtime.Register("clearCachedSubtree", "(Landroid/view/accessibility/AccessibilityNodeInfo;)Z", "GetClearCachedSubtree_Landroid_view_accessibility_AccessibilityNodeInfo_Handler", ApiSince=33)]
public virtual bool ClearCachedSubtree (Android.Views.Accessibility.AccessibilityNodeInfo node);
[<Android.Runtime.Register("clearCachedSubtree", "(Landroid/view/accessibility/AccessibilityNodeInfo;)Z", "GetClearCachedSubtree_Landroid_view_accessibility_AccessibilityNodeInfo_Handler", ApiSince=33)>]
abstract member ClearCachedSubtree : Android.Views.Accessibility.AccessibilityNodeInfo -> bool
override this.ClearCachedSubtree : Android.Views.Accessibility.AccessibilityNodeInfo -> bool
Parameters
the node to invalidate.
Returns
true
if the subtree rooted at node
was invalidated.
- Attributes
Remarks
Invalidates node
and its subtree in the cache.
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.