setContactNumber method

AppticsUserPropertyBuilder setContactNumber(
  1. String contactNumber
)

Implementation

AppticsUserPropertyBuilder setContactNumber(String contactNumber) {
  _properties[CONTACT_NUMBER_PROP] = contactNumber;
  return this;
}