setEmail abstract method
- String? email
Set the user email address.
This requires to have a custom user ID registered
or to call the setIdentifier
method on the editor instance beforehand.
Null to erase. Addresses must be valid.
Implementation
BatchUserDataEditor setEmail(String? email);