Lingua

ConfigurationInfo.InputFeatureHardKeyboard Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Content.PM.InputFeature enum directly instead of this field.

Valore per #reqInputFeatures: se impostato, indica che l'applicazione richiede una tastiera hard

[Android.Runtime.Register("INPUT_FEATURE_HARD_KEYBOARD")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.InputFeature enum directly instead of this field.", true)]
public const Android.Content.PM.InputFeature InputFeatureHardKeyboard = 1;
[<Android.Runtime.Register("INPUT_FEATURE_HARD_KEYBOARD")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.InputFeature enum directly instead of this field.", true)>]
val mutable InputFeatureHardKeyboard : Android.Content.PM.InputFeature

Valore del campo

Value = 1

Implementazioni

Attributi

Commenti

Valore per #reqInputFeatures: se impostato, indica che l'applicazione richiede una tastiera hard

per android.content.pm.ConfigurationInfo.INPUT_FEATURE_HARD_KEYBOARD.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a