SoundEffectConstants.NavigationRepeatLeft Campo

Definição

Cuidado

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

ID de efeito para uma navegação acionada repetidamente à esquerda, e.

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

Valor do campo

Value = 5
Atributos

Comentários

ID de efeito para uma navegação repetidamente acionada para a esquerda, por exemplo, devido ao pressionar um botão por muito tempo

Documentação Java para android.view.SoundEffectConstants.NAVIGATION_REPEAT_LEFT.

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