AccessibilityService.IsNodeInCache(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.
Checks if node
is in the cache.
[Android.Runtime.Register("isNodeInCache", "(Landroid/view/accessibility/AccessibilityNodeInfo;)Z", "GetIsNodeInCache_Landroid_view_accessibility_AccessibilityNodeInfo_Handler", ApiSince=33)]
public virtual bool IsNodeInCache (Android.Views.Accessibility.AccessibilityNodeInfo node);
[<Android.Runtime.Register("isNodeInCache", "(Landroid/view/accessibility/AccessibilityNodeInfo;)Z", "GetIsNodeInCache_Landroid_view_accessibility_AccessibilityNodeInfo_Handler", ApiSince=33)>]
abstract member IsNodeInCache : Android.Views.Accessibility.AccessibilityNodeInfo -> bool
override this.IsNodeInCache : Android.Views.Accessibility.AccessibilityNodeInfo -> bool
Parameters
the node to check.
Returns
true
if node
is in the cache.
- Attributes
Remarks
Checks if node
is 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.