checkIfEmailHasBeenValidated

abstract suspend fun checkIfEmailHasBeenValidated(delayMillis: Long): RegistrationResult

Useful to poll the homeserver when waiting for the email to be validated by the user. Once the email is validated, this method will return successfully.

Parameters

delayMillis

the SDK can wait before sending the request