setDateOfBirth method

AppticsUserPropertyBuilder setDateOfBirth(
  1. int dateOfBirth
)

Implementation

AppticsUserPropertyBuilder setDateOfBirth(int dateOfBirth) {
  _properties[DATE_OF_BIRTH_PROP] = dateOfBirth;
  return this;
}