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