setEmailAddress abstract method

BatchProfileAttributeEditor setEmailAddress(
  1. String? email
)

Set the user 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);