fernandospr / java-wns

Java Service Provider to send push notifications to Windows 8/10 devices through WNS
BSD 3-Clause "New" or "Revised" License
28 stars 23 forks source link

WNS priorities header support #28

Open sctest opened 5 years ago

sctest commented 5 years ago

Hi,

Based on microsoft documentation on WNS Priorities, cloud services can send priority notifications to an app by setting a X-WNS-Priority header in the notification. Can you please add support in java-wns library for this header? It's not listed in WnsNotificationRequestOptional class.

fernandospr commented 5 years ago

Hi @sctest, thanks for your feedback. Please, can you submit a pull request?