Share via


GrammaticalInflectionManager.ApplicationGrammaticalGender Property

Definition

Returns the current grammatical gender for the calling app.

public virtual Android.Content.Res.GrammaticalGender ApplicationGrammaticalGender { [Android.Runtime.Register("getApplicationGrammaticalGender", "()I", "GetGetApplicationGrammaticalGenderHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getApplicationGrammaticalGender", "()I", "GetGetApplicationGrammaticalGenderHandler", ApiSince=34)>]
member this.ApplicationGrammaticalGender : Android.Content.Res.GrammaticalGender

Property Value

the value of grammatical gender

Attributes

Remarks

Returns the current grammatical gender for the calling app. A new value can be requested via #setRequestedApplicationGrammaticalGender(int) and will be updated with a new configuration change. The method always returns the value received with the last received configuration change.

Java documentation for android.app.GrammaticalInflectionManager.getApplicationGrammaticalGender().

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