ViewConfiguration.GlobalActionKeyTimeout Property

Definition

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", "")>]
member this.GlobalActionKeyTimeout : int64

Property Value

Int64

how long a user needs to press the relevant key to bring up the global actions dialog.

Attributes

Remarks

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.

Applies to