SoundEffectConstants.NavigationRepeatUp フィールド

定義

注意事項

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

繰り返しトリガーされるナビゲーションの効果 ID (例: )

[Android.Runtime.Register("NAVIGATION_REPEAT_UP", 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 NavigationRepeatUp = 6;
[<Android.Runtime.Register("NAVIGATION_REPEAT_UP", 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 NavigationRepeatUp : Android.Views.SoundEffects

フィールド値

Value = 6
属性

注釈

ボタンを長押しした場合など、繰り返しトリガーされるナビゲーションの効果 ID

の Java ドキュメント android.view.SoundEffectConstants.NAVIGATION_REPEAT_UP

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象