VibrationAttributes.UsageTouch フィールド

定義

注意事項

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

タッチ振動に使用する使用値。

[Android.Runtime.Register("USAGE_TOUCH", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.VibrationAttributesUsageType enum directly instead of this field.", true)]
public const Android.OS.VibrationAttributesUsageType UsageTouch = 18;
[<Android.Runtime.Register("USAGE_TOUCH", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.VibrationAttributesUsageType enum directly instead of this field.", true)>]
val mutable UsageTouch : Android.OS.VibrationAttributesUsageType

フィールド値

Value = 18

実装

属性

注釈

タッチ振動に使用する使用値。

最も一般的なハプティクス フィードバックは、em touch/em> フィードバックとして<分類する必要<があります。> たとえば、タップ、長押し、ドラッグ、スクロールの振動があります。

の Java ドキュメント android.os.VibrationAttributes.USAGE_TOUCH

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

適用対象