November 2018
Intermediate to advanced
606 pages
15h 7m
English
The Notification Hub SDK brings many different methods for sending notifications, depending on the configuration and expected output. Here you can find all the methods available in the SDK:
hub.SendAdmNativeNotificationAsync();hub.SendAppleNativeNotificationAsync();hub.SendBaiduNativeNotificationAsync();hub.SendDirectNotificationAsync();hub.SendNotificationAsync();hub.SendTemplateNotificationAsync();hub.SendGcmNativeNotificationAsync();hub.SendWindowsNativeNotificationAsync();
As you can see, we have two different categories:
I strongly ...
Read now
Unlock full access