setEmail abstract method

BatchUserDataEditor setEmail(
  1. 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);