AMAGenderType

Contains possible gender values for the AMAGenderAttribute class.

Enumerations

AMAGenderType

Possible gender values for the AMAGenderAttribute class.

Enumeration descriptions

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

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