AccessibilityEvent.ContentChangeTypeEnabled Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This constant will be removed in the future version. Use Android.Views.Accessibility.ContentChangeTypes enum directly instead of this field.
Type de modification pour l’événement #TYPE_WINDOW_CONTENT_CHANGED : le nœud source a modifié sa capacité à interagir retourné par AccessibilityNodeInfo#isEnabled.
[Android.Runtime.Register("CONTENT_CHANGE_TYPE_ENABLED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.ContentChangeTypes enum directly instead of this field.", true)]
public const Android.Views.Accessibility.ContentChangeTypes ContentChangeTypeEnabled = 4096;
[<Android.Runtime.Register("CONTENT_CHANGE_TYPE_ENABLED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.ContentChangeTypes enum directly instead of this field.", true)>]
val mutable ContentChangeTypeEnabled : Android.Views.Accessibility.ContentChangeTypes
Valeur de champ
Value = 4096Implémente
- Attributs
Remarques
Type de modification pour l’événement #TYPE_WINDOW_CONTENT_CHANGED : le nœud source a modifié sa capacité à interagir retourné par AccessibilityNodeInfo#isEnabled. La vue modifiant la capacité d’interagir du contenu doit appeler AccessibilityNodeInfo#setEnabled , puis envoyer cet événement.
Java documentation pour android.view.accessibility.AccessibilityEvent.CONTENT_CHANGE_TYPE_ENABLED.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.