ViewConfiguration.GlobalActionKeyTimeout Property
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
deprecated
The amount of time a user needs to press the relevant key to bring up the global actions dialog.
[System.Obsolete("deprecated")]
public static long GlobalActionKeyTimeout { [Android.Runtime.Register("getGlobalActionKeyTimeout", "()J", "")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getGlobalActionKeyTimeout", "()J", "")>]
static member GlobalActionKeyTimeout : int64
Property Value
how long a user needs to press the relevant key to bring up the global actions dialog.
- Attributes
Remarks
The amount of time a user needs to press the relevant key to bring up the global actions dialog.
This member is deprecated. This timeout should not be used by applications
Java documentation for android.view.ViewConfiguration.getGlobalActionKeyTimeout()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.