Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace

 

ClassDescription
System_CAPS_pubclassCycleTile

Represents a Cycle Tile targeting MPNS. Use the CycleTile with MpnsPushMessage to create an MPNS notification and send it using the PushClient.

System_CAPS_pubclassFlipTile

Represents a Flip Tile targeting MPNS. Use the FlipTile with MpnsPushMessage to create an MPNS notification and send it using the PushClient.

System_CAPS_pubclassIconicTile

Represents a Iconic Tile targeting MPNS. Use the IconicTile with IconicTile to create an MPNS notification and send it using the PushClient.

System_CAPS_pubclassMpnsMessage

Common base class used by MpnsPushMessage and related classes.

System_CAPS_pubclassMpnsTileMessage

Abstract base class for all MPNS tiles used by MpnsPushMessage and related classes.

System_CAPS_pubclassNotificationHandlerTypeResolver

Provides an implementation of INotificationHandlerTypeResolver with no external dependencies.

System_CAPS_pubclassNotificationRegistration

The NotificationRegistration contains information for registering a device for push notifications through a notification hub.

System_CAPS_pubclassPushClient

The PushClient provides a mechanism for sending notifications to mobile applications through a Notification Hub.

System_CAPS_pubclassToast

Represents a Toast notification targeting MPNS. Use the Toast with MpnsPushMessage to create an MPNS notification and send it using the PushClient.

System_CAPS_pubclassVisualTile

This class represents the visual element of a Windows Notification tile, see http://msdn.microsoft.com/library/windows/apps/hh761491.aspx for details. This class is intended for use as part of the WindowsPushMessage class.

InterfaceDescription
System_CAPS_pubinterfaceINotificationHandler

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.

System_CAPS_pubinterfaceINotificationHandlerTypeResolver

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.

System_CAPS_pubinterfaceIPushMessage

Marker interface identifying various notification payloads that can be sent to the Notification Hub.

Return to top
Show: