MpnsPushMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The MpnsPushMessage class helps in generating a notification payload targeting Microsoft Push Notification Services. Notifications can be sent using the PushClient class.
public class MpnsPushMessage : Microsoft.Azure.Mobile.Server.Notifications.IPushMessage
type MpnsPushMessage = class
interface IPushMessage
Public Class MpnsPushMessage
Implements IPushMessage
- Inheritance
-
MpnsPushMessage
- Implements
Constructors
MpnsPushMessage(MpnsMessage) |
Initializes a new instance of the MpnsPushMessage class with a given |
Properties
Headers |
Any additional HTTP headers sent to the Microsoft Push Notification Services along with the notification. |
Message |
Gets or sets the specific MpnsMessage for this instance. |
Version |
Gets or sets the version of the of the toast or tile. |
XmlPayload |
As an alternative to building the notification programmatically using a CycleTile, FlipTileIconicTile, or Toast (defined in the |
Methods
ToString() |
Provides an XML representation of the MpnsPushMessage instance. |
Applies to
Azure SDK for .NET