WindowManagerLayoutParams.SoftInputModeChanged Campo

Definición

Precaución

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

Indica que el modo de entrada temporal cambió cuando se copiaron los parámetros de diseño.

[Android.Runtime.Register("SOFT_INPUT_MODE_CHANGED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowManagerEventType enum directly instead of this field.", true)]
public const Android.Views.WindowManagerEventType SoftInputModeChanged = 512;
[<Android.Runtime.Register("SOFT_INPUT_MODE_CHANGED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowManagerEventType enum directly instead of this field.", true)>]
val mutable SoftInputModeChanged : Android.Views.WindowManagerEventType

Valor de campo

Value = 512

Implementaciones

Atributos

Comentarios

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