PushServer.PushConfiguration.Abstractions
1.1.0
dotnet add package PushServer.PushConfiguration.Abstractions --version 1.1.0
NuGet\Install-Package PushServer.PushConfiguration.Abstractions -Version 1.1.0
<PackageReference Include="PushServer.PushConfiguration.Abstractions" Version="1.1.0" />
paket add PushServer.PushConfiguration.Abstractions --version 1.1.0
#r "nuget: PushServer.PushConfiguration.Abstractions, 1.1.0"
// Install PushServer.PushConfiguration.Abstractions as a Cake Addin
#addin nuget:?package=PushServer.PushConfiguration.Abstractions&version=1.1.0
// Install PushServer.PushConfiguration.Abstractions as a Cake Tool
#tool nuget:?package=PushServer.PushConfiguration.Abstractions&version=1.1.0
Abstractions for push subscription management using PushServer framework for ASP.NET Core 2.
Commonly used types:
PushChannelConfiguration
PushChannelOptions
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on PushServer.PushConfiguration.Abstractions:
Package | Downloads |
---|---|
PushServer.Abstractions
Abstractions for the PushServer framework for ASP.NET Core 2. Commonly used types: IPushConfigurationManager IPushProvider |
|
PushServer.Firebase
Manage and push to Firebase push subscriptions using the PushServer framework for ASP.NET Core 2. This plugin extends the PushServer to store Firebase tokens, and send push notifications to them. |
|
PushServer.WebPush
Manage and push to Web Push subscriptions using the PushServer framework for ASP.NET Core 2. This plugin extends the PushServer to store information of Web Push subscriptions and send push notifications to them. |
|
PushServer
A push notification framework for ASP.NET Core 2. It extends a web application with the capability to manage push subscriptions and send notifications to users. In a modular approach different push providers like Web Push or Azure Notification Hubs can be added. Its extensible design allows to plugin custom push providers for other notification channels. |
|
PushServer.PushConfiguration.EntityFramework
EntityFramework perstistence implementation to store push subscriptions with PushServer framework for ASP.NET Core 2. |
GitHub repositories
This package is not used by any popular GitHub repositories.