AccessibilityNodeInfo.AccessibilityDataSensitive Property
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.
Gets if the node's accessibility data is considered sensitive. -or- Sets whether this node's accessibility data is considered sensitive.
public virtual bool AccessibilityDataSensitive { [Android.Runtime.Register("isAccessibilityDataSensitive", "()Z", "GetIsAccessibilityDataSensitiveHandler", ApiSince=34)] get; [Android.Runtime.Register("setAccessibilityDataSensitive", "(Z)V", "GetSetAccessibilityDataSensitive_ZHandler", ApiSince=34)] set; }
[<get: Android.Runtime.Register("isAccessibilityDataSensitive", "()Z", "GetIsAccessibilityDataSensitiveHandler", ApiSince=34)>]
[<set: Android.Runtime.Register("setAccessibilityDataSensitive", "(Z)V", "GetSetAccessibilityDataSensitive_ZHandler", ApiSince=34)>]
member this.AccessibilityDataSensitive : bool with get, set
Property Value
True if the node's data is considered sensitive, false otherwise.
- Attributes
Remarks
Property getter documentation:
Gets if the node's accessibility data is considered sensitive.
Property setter documentation:
Sets whether this node's accessibility data is considered sensitive.
<strong>Note:</strong> Cannot be called from an AccessibilityService
. This class is made immutable before being delivered to an AccessibilityService.
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.