![]() |
VOOZH | about |
Requires NuGet 2.5 or higher.
dotnet add package Catapush --version 1.2.1
NuGet\Install-Package Catapush -Version 1.2.1
<PackageReference Include="Catapush" Version="1.2.1" />
<PackageVersion Include="Catapush" Version="1.2.1" />Directory.Packages.props
<PackageReference Include="Catapush" />Project file
paket add Catapush --version 1.2.1
#r "nuget: Catapush, 1.2.1"
#:package Catapush@1.2.1
#addin nuget:?package=Catapush&version=1.2.1Install as a Cake Addin
#tool nuget:?package=Catapush&version=1.2.1Install as a Cake Tool
Catapush is a simple, reliable and scalable delivery API for transactional push notifications for applications. Ideal for sending data-driven transactional notifications including targeted e-commerce
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| Universal Windows Platform | uap uap is compatible. uap10.0 uap10.0 was computed. |
| Windows Phone | wp81 wp81 is compatible. wpa81 wpa81 is compatible. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
- Is now possible to send messages even without using the CatapushSendMessageControl
- Added attachment support
- Added send events to Catapush object (send events in CatapushSendMessageControl have been removed)
- CatapushMessage object has now a "Sending" bool property which tells if the message is being sending or not; in the first case, a "placeholder message" will be returned, which has body, timestamp and Id in common with the actual message
- CatapushMessagesListView now automatically shows sent message (integrator must no more subscribe to send events in CatapushSendMessageControl and attach the message to the CatapushMessagesListView)
- Minor bug fixes