VibrationAttributes.UsageHardwareFeedback フィールド

定義

注意事項

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

指紋センサーなどのハードウェア コンポーネントの相互作用にフィードバックを提供する振動に使用する使用値。

[Android.Runtime.Register("USAGE_HARDWARE_FEEDBACK", 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 UsageHardwareFeedback = 50;
[<Android.Runtime.Register("USAGE_HARDWARE_FEEDBACK", 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 UsageHardwareFeedback : Android.OS.VibrationAttributesUsageType

フィールド値

Value = 50

実装

属性

注釈

指紋センサーなどのハードウェア コンポーネントの相互作用にフィードバックを提供する振動に使用する使用値。

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

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

適用対象