Idioma

AccessibilityEvent.ContentChangeTypeEnabled Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.Views.Accessibility.ContentChangeTypes enum directly instead of this field.

Tipo de alteração para #TYPE_WINDOW_CONTENT_CHANGED evento: o nó de origem alterou sua capacidade de interagir retornado por 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

Valor do campo

Value = 4096

Implementações

Atributos

Comentários

Tipo de alteração para #TYPE_WINDOW_CONTENT_CHANGED evento: o nó de origem alterou sua capacidade de interagir retornado por AccessibilityNodeInfo#isEnabled. A exibição que altera a capacidade de interação do conteúdo deve chamar AccessibilityNodeInfo#setEnabled e, em seguida, enviar esse evento.

Java documentação para android.view.accessibility.AccessibilityEvent.CONTENT_CHANGE_TYPE_ENABLED.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a