Skip to content

v5.2.10

Choose a tag to compare

@Valodya Valodya released this 17 Apr 17:44
· 561 commits to master since this release
  • add an ability to load push-templates for specific device type
getPushTemplates(deviceType: string): Promise<Object>;
  • add types definition for Messaging.pushWithTemplate
pushWithTemplate(templateName: string): Promise<Object>;