setEmailAddress abstract method
- String? email
Set the profile email address.
This requires to have a custom user ID registered
or to call the identify
method beforehand.
Null to erase. Addresses must be valid.
Implementation
BatchProfileAttributeEditor setEmailAddress(String? email);