Skip to content

0.0.9

Compare
Choose a tag to compare
@danylovaolha danylovaolha released this 06 Jun 17:41
· 530 commits to master since this release
1b2e0a2
  • added IEmailEnvelope protocol, EmailEnvelope, EnvelopeWithRecepients and EnvelopeWithQuery classes
  • added functions to MessagingService:
func sendEmails(templateName: String, envelope: IEmailEnvelope, responseHandler: ((MessageStatus) -> Void)!, errorHandler: ((Fault) -> Void)!)

func sendEmails(templateName: String, templateValues: [String : String], envelope: IEmailEnvelope, responseHandler: ((MessageStatus) -> Void)!, errorHandler: ((Fault) -> Void)!)
  • added groups support for push notifications (for iOS 12+)