setPhoneNumber abstract method
- String? phoneNumber
Set the profile phone number.
This requires to have a custom profile ID registered
or to call the identify method beforehand.
The phoneNumber must be a valid E.164 formatted string.
Must start with a + and not be longer than 15 digits without special
characters (eg: "+33123456789"). Null to reset.
Implementation
BatchProfileAttributeEditor setPhoneNumber(String? phoneNumber);