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

    Function setGender

    • Sets the gender of the user. A null value will unset the gender for this user.

      Parameters

      • gender: "m" | "f" | "n" | "o" | "p" | "u" | null

        Limited to m, n, o, p, u, f, or null.

      • Optionalcallback: Callback<boolean>

        A callback that receives the export function call result.

      Returns void