---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://appmetrica.yandex.by/docs/en/sdk/ios/analytics/objectivec/AMAGenderType.md
  - https://appmetrica.yandex.by/docs/ru/sdk/ios/analytics/objectivec/AMAGenderType.md
---
> **Documentation Index:** Fetch the complete configuration index at https://appmetrica.yandex.by/docs/en/llms.txt

# AMAGenderType

Contains possible gender values for the [AMAGenderAttribute](https://appmetrica.yandex.by/docs/en/sdk/ios/analytics/objectivec/AMAGenderAttribute.md) class.

## Enumerations {#enum_summary}

#|
|| [AMAGenderType](#enum_AMAGenderType) | Possible gender values for the [AMAGenderAttribute](https://appmetrica.yandex.by/docs/en/sdk/ios/analytics/objectivec/AMAGenderAttribute.md) class. ||
|#

## Enumeration descriptions {#enum_detail}

### AMAGenderType {enum_AMAGenderType}

`typedef NS_ENUM(NSUInteger, AMAGenderType)`

#|
|| **Constant** | **Description** ||
|| `AMAGenderTypeMale` | Male. ||
|| `AMAGenderTypeFemale` | Female. ||
|| `AMAGenderTypeOther` | Other. For example, there is not enough info to detect the gender.

{% note info %}

You can set `AMAGenderTypeOther` as the attribute value and pass additional information using custom attributes.

{% endnote %} ||
|#
