TouchInteractionController.StateTouchExploring Campo
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
This constant will be removed in the future version. Use Android.AccessibilityServices.TouchInteractionState enum directly instead of this field.
O estado em que o usuário está explorando explicitamente a tela.
[Android.Runtime.Register("STATE_TOUCH_EXPLORING", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.TouchInteractionState enum directly instead of this field.", true)]
public const Android.AccessibilityServices.TouchInteractionState StateTouchExploring = 2;
[<Android.Runtime.Register("STATE_TOUCH_EXPLORING", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.TouchInteractionState enum directly instead of this field.", true)>]
val mutable StateTouchExploring : Android.AccessibilityServices.TouchInteractionState
Value = 2
- Atributos
O estado em que o usuário está explorando explicitamente a tela. O serviço não está recebendo eventos de movimento.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Produto | Versões (Obsoleto) |
---|---|
.NET for Android | (.NET for Android API 34, .NET for Android API 35) |