VibrationEffect.Composition.PrimitiveLowTick フィールド

定義

注意事項

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

この非常に短い低周波数効果は、動的フィードバックのために繰り返し使用されることを意図した軽い鮮明な感覚を生み出す必要があります。

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

フィールド値

Value = 8
属性

注釈

この非常に短い低周波数効果は、動的フィードバックのために繰り返し使用されることを意図した軽い鮮明な感覚を生み出す必要があります。

Javaドキュメント。

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

適用対象