SoundEffectConstants.NavigationRepeatDown フィールド

定義

注意事項

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_DOWN", 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 NavigationRepeatDown = 8;
[<Android.Runtime.Register("NAVIGATION_REPEAT_DOWN", 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 NavigationRepeatDown : Android.Views.SoundEffects

フィールド値

Value = 8
属性

注釈

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

android.view.SoundEffectConstants.NAVIGATION_REPEAT_DOWNJava ドキュメント。

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

適用対象