Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace
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.
Classes
CycleTile |
Represents a Cycle Tile targeting MPNS. Use the CycleTile with MpnsPushMessage to create an MPNS notification and send it using the PushClient. |
FlipTile |
Represents a Flip Tile targeting MPNS. Use the FlipTile with MpnsPushMessage to create an MPNS notification and send it using the PushClient. |
IconicTile |
Represents a Iconic Tile targeting MPNS. Use the IconicTile with IconicTile to create an MPNS notification and send it using the PushClient. |
MpnsMessage |
Common base class used by MpnsPushMessage and related classes. |
MpnsTileMessage |
Abstract base class for all MPNS tiles used by MpnsPushMessage and related classes. |
NotificationHandlerTypeResolver |
Provides an implementation of INotificationHandlerTypeResolver with no external dependencies. |
NotificationRegistration |
The NotificationRegistration contains information for registering a device for push notifications through a notification hub. |
PushClient |
The PushClient provides a mechanism for sending notifications to mobile applications through a Notification Hub. |
Toast |
Represents a Toast notification targeting MPNS. Use the Toast with MpnsPushMessage to create an MPNS notification and send it using the PushClient. |
VisualTile |
This class represents the |
Interfaces
INotificationHandler |
Provides an abstraction for hooking in custom code to the notification hub registration process. All public, non-abstract implementations of this interface will get picked up automatically by the default INotificationHandlerTypeResolver implementation and registered with the dependency engine, causing then to get called as part of the registration process. |
INotificationHandlerTypeResolver |
The INotificationHandler provides an abstraction for hooking in custom code to the notification hub registration process. The INotificationHandlerTypeResolver provides an abstraction for enumerating and providing the INotificationHandler implementations that should participate in this process. |
IPushMessage |
Marker interface identifying various notification payloads that can be sent to the Notification Hub. |
Azure SDK for .NET