Is it possible to send push notifications for clients which match more than one tag?
Tags = { "Hubba", "Bubba" }
Condition: WHERE "Hubba" AND "Bubba"
hubClient.SendWindowsNativeNotification(toast, Tags)
Is it possible to send push notifications for clients which match more than one tag?
Tags = { "Hubba", "Bubba" }
Condition: WHERE "Hubba" AND "Bubba"
hubClient.SendWindowsNativeNotification(toast, Tags)