Version v0.0.3
Version v0.0.3 🎉
It's time for version v0.0.3. This is small release and we are pushing it because of the enhancement that we added in latest commit to fix issue #12.
New feature:
-
onCompleteCallback(object : MaildroidX.onCompleteCallback{ override val timeout: Long = 4000 //Add timeout accordingly override fun onSuccess() { //Success message} override fun onFail(errorMessage: String) { //Error message and errorMessage to identify it} })
We have added
errorMessage
parameter in functiononFail()
and we are hoping that it will be used to more easily identify errors in sending email.
context()
parameter is DEPRECATED- Library will no longer check if internet connection is active, we will leave that to developer
Celebrating 90 ⭐
Thank you very much for supporting and using this library 🙇♂️