Azure Notification Hubs Browser Push

Donna Ludwig 35 Reputation points
2024-04-30T15:48:02.4766667+00:00

With the latest SDK - it is not possible to implement the sample code MS has given in the below URL.

Am I correct in thinking that we will have to wait on  a newer  SDK release of Microsoft.Azure.Notificationhubs because   Microsoft.Azure.NotificationHubs.NotificationHubClient  does not contain a method currently that will allow us to send the below information for  Web Push when calling CreateOrUpdateInstallationAsync or like method ?      

  var browserPushSubscription = new BrowserPushSubscription

            {

                Endpoint = "",

                P256DH = "",

                Auth = "",

            };

 

MS REF URL :  https://learn.microsoft.com/en-us/azure/notification-hubs/browser-push#create-browser-installations-sdk

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
270 questions
{count} vote