Compartilhar via


HapticFeedbackConstants.ToggleOff Campo

Definição

Cuidado

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

O usuário alternou um interruptor ou botão para a posição desativada.

[Android.Runtime.Register("TOGGLE_OFF", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.FeedbackConstants enum directly instead of this field.", true)]
public const Android.Views.FeedbackConstants ToggleOff = 22;
[<Android.Runtime.Register("TOGGLE_OFF", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.FeedbackConstants enum directly instead of this field.", true)>]
val mutable ToggleOff : Android.Views.FeedbackConstants

Valor do campo

Value = 22
Atributos

Comentários

O usuário alternou um interruptor ou botão para a posição desativada.

Documentação Java para android.view.HapticFeedbackConstants.TOGGLE_OFF.

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.

Aplica-se a