Language

MultisensoryManager.TokenTapLowEmphasis Field

Definition

Caution

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

Played when a user taps on any UI element that can be interacted with but is not otherwise defined.

[Android.Runtime.Register("TOKEN_TAP_LOW_EMPHASIS", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.MultiSensory.MultisensoryManagerToken enum directly instead of this field.", true)]
public const Android.OS.MultiSensory.MultisensoryManagerToken TokenTapLowEmphasis = 15;
[<Android.Runtime.Register("TOKEN_TAP_LOW_EMPHASIS", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.MultiSensory.MultisensoryManagerToken enum directly instead of this field.", true)>]
val mutable TokenTapLowEmphasis : Android.OS.MultiSensory.MultisensoryManagerToken

Field Value

Value = 15
Attributes

Applies to