---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://appmetrica.yandex.by/docs/en/sdk/ios/analytics/swift/GenderType.md
  - https://appmetrica.yandex.by/docs/ru/sdk/ios/analytics/swift/GenderType.md
  - href: en/sdk/ios/analytics/swift/GenderType.md
    type: text/markdown
    title: Markdown version
  - href: ../../../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://appmetrica.yandex.by/docs/en/llms.txt

# GenderType

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

## Enumerations {#enum_summary}

#|
|| [GenderType](#enum_GenderType) | Contains possible gender values for the [GenderAttribute](https://appmetrica.yandex.by/docs/en/sdk/ios/analytics/swift/GenderAttribute.md) class. ||
|#

## Enumeration descriptions {#enum_detail}

### GenderType {#enum_GenderType}

`enum GenderType : UInt`

#|
|| **Constant** | **Description** ||
|| `GenderType.male` | Male. ||
|| `GenderType.female` | Female. ||
|| `GenderType.other`| Other. For example, there is not enough info to detect the gender.

{% note info %}

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

{% endnote %} ||
|#
