You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current latest nuget version doesn't have the following method available:
public async Task SendNotificationAsync(PushSubscription subscription, string payload = null,
Dictionary options = null, CancellationToken cancellationToken=default)
The current latest nuget version doesn't have the following method available: options = null, CancellationToken cancellationToken=default)
public async Task SendNotificationAsync(PushSubscription subscription, string payload = null,
Dictionary
But it's shown on the main readme page:
https://github.com/web-push-libs/web-push-csharp#sendnotificationasyncpushsubscription-payload-vapiddetailsgcmapikeyoptions-cancellationtoken
The text was updated successfully, but these errors were encountered: