Braze React Native SDK - v21.0.0
    Preparing search index...

    Interface GenderTypes

    The gender values supported by the Braze SDK.

    interface GenderTypes {
        FEMALE: "f";
        MALE: "m";
        NOT_APPLICABLE: "n";
        OTHER: "o";
        PREFER_NOT_TO_SAY: "p";
        UNKNOWN: "u";
    }
    Index

    Properties

    FEMALE: "f"

    Female

    MALE: "m"

    Male

    NOT_APPLICABLE: "n"

    Not Applicable

    OTHER: "o"

    Other

    PREFER_NOT_TO_SAY: "p"

    Prefer Not To Say

    UNKNOWN: "u"

    Unknown