ActivityInfo.ConfigGrammaticalGender Campo

Definição

Cuidado

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

Bit em #configChanges que indica que a atividade pode lidar com a alteração para o gênero.

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

Valor do campo

Value = 32768

Implementações

Atributos

Comentários

Bit em #configChanges que indica que a atividade pode lidar com a alteração para o gênero. Defina a partir do android.R.attr#configChanges atributo.

Java documentação para android.content.pm.ActivityInfo.CONFIG_GRAMMATICAL_GENDER.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a