MultisensoryManager.TokenTapLowEmphasis Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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