setEmail

fun setEmail(email: String?): Boolean

Sets the email address of the user. Used to collect information about the user. Provided email addresses must pass email address validation. The validation method used is available in ValidationUtils.isValidEmailAddress

Return

a boolean indicating whether or not the email was successfully set.

Parameters

email

The email address of the user. A null value will unset the email address for this user.