Idioma

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 disparada 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 disparada repetidamente à esquerda, por exemplo, devido a pressionar um botão por muito tempo

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

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

Aplica-se a