KeyEvent.KeycodeLock Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.

Constante de código de clave: para bloquear la pantalla.

[Android.Runtime.Register("KEYCODE_LOCK", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.", true)]
public const Android.Views.Keycode KeycodeLock = 324;
[<Android.Runtime.Register("KEYCODE_LOCK", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.", true)>]
val mutable KeycodeLock : Android.Views.Keycode

Valor de campo

Value = 324

Implementaciones

Atributos

Comentarios

Constante de código de clave: Para bloquear la pantalla

Java documentación para android.view.KeyEvent.KEYCODE_LOCK.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a