MpnsTileMessage 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.
Abstract base class for all MPNS tiles used by MpnsPushMessage and related classes.
public abstract class MpnsTileMessage : Microsoft.WindowsAzure.Mobile.Service.Notifications.MpnsMessage
type MpnsTileMessage = class
inherit MpnsMessage
Public MustInherit Class MpnsTileMessage
Inherits MpnsMessage
- Inheritance
- Derived
Remarks
This class is not intended for direct use.
Constructors
MpnsTileMessage(String, String) |
Initializes a new MpnsTileMessage implementation with a given
|
Properties
Count |
Gets or sets a value between 1 and 99 that will be displayed in the Count field of the Tile. A value of 0 means the Count will not be displayed. If this property is not set, the Count display will not change during an update. |
Id |
Gets or sets the optional ID or the tile. |
Properties |
Gets the properties associated with this toast or tile. (Inherited from MpnsMessage) |
Template |
Gets or sets the template name of the tile or toast, e.g. "FlipTile", or |
TileId |
Gets or sets the id of the tile. (Inherited from MpnsMessage) |
Title |
Gets or sets the text that displays on the front side of the medium and wide tile sizes. |
Version |
Gets or sets the version of the tile or toast, e.g. "2.0", or |
Explicit Interface Implementations
IXmlSerializable.GetSchema() | (Inherited from MpnsMessage) |
IXmlSerializable.ReadXml(XmlReader) | (Inherited from MpnsMessage) |
IXmlSerializable.WriteXml(XmlWriter) | (Inherited from MpnsMessage) |
Applies to
Azure SDK for .NET