Language

MultisensoryManager.TokenKeypressSpacebar Field

Definition

Caution

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

[Android.Runtime.Register("TOKEN_KEYPRESS_SPACEBAR", 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 TokenKeypressSpacebar = 20;
[<Android.Runtime.Register("TOKEN_KEYPRESS_SPACEBAR", 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 TokenKeypressSpacebar : Android.OS.MultiSensory.MultisensoryManagerToken

Field Value

Value = 20
Attributes

Applies to