Share via


Configuration.GrammaticalGenderNotSpecified Field

Definition

Caution

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

Constant for grammatical gender: to indicate the user has not specified the terms of address for the application.

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

Field Value

Value = 0

Implements

Attributes

Remarks

Constant for grammatical gender: to indicate the user has not specified the terms of address for the application.

Java documentation for android.content.res.Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED.

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