Uses of Interface
com.smartfoxserver.v2.entities.managers.IMailerCallbackHandler
-
Packages that use IMailerCallbackHandler Package Description com.smartfoxserver.v2.entities.managers -
-
Uses of IMailerCallbackHandler in com.smartfoxserver.v2.entities.managers
Methods in com.smartfoxserver.v2.entities.managers with parameters of type IMailerCallbackHandler Modifier and Type Method Description voidIMailerService. sendMail(Email email, IMailerCallbackHandler callBack)Sends the email to the recipient, or list of recipients, specified in the Email argument and get an asynchronous event when the email is delivered.voidIMailerService. sendMail(Email email, IMailerCallbackHandler callBack, int delaySeconds)Sends an email in the future.voidSFSPostOffice. sendMail(Email email, IMailerCallbackHandler callBack)Sends the email to the recipient, or list of recipients, specified in the Email argument and get an asynchronous event when the email is delivered.voidSFSPostOffice. sendMail(Email email, IMailerCallbackHandler callBack, int delaySeconds)Sends an email in the future.
-