Windows.Networking.PushNotifications namespace

Expand
This topic has not yet been rated - Rate this topic

Windows.Networking.PushNotifications namespace

[This documentation is preliminary and is subject to change.]

Contains classes and interfaces that encapsulate push notifications.

Members

The Windows.Networking.PushNotifications namespace has these types of members:

Classes

The Windows.Networking.PushNotifications namespace has these classes.

ClassDescription
PushNotificationChannel Represents a delivery vehicle and addressing mechanism for push notifications. The channel Uniform Resource Identifier (URI) represented by this interface is used by a third-party application server to communicate with the Windows Push Notification Services (WNS). The push notification channel is used by the client to intercept notifications.
PushNotificationChannelManager Creates objects that you use to retrieve push notification channels from the Windows Push Notification Services (WNS). These channels are bound to an app or secondary tile.
PushNotificationReceivedEventArgs Encapsulates a push notification that has been received from the app server, identifying the type and supplying the content of the notification. Windows passes this information in the PushNotificationReceived event.
RawNotification Encapsulates the app-defined content of a raw notification. This is a push notification that does not involve UI. Its contents are used to perform a background task on the app.

 

Enumerations

The Windows.Networking.PushNotifications namespace has these enumerations.

EnumerationDescription
PushNotificationType The type of push notification that has been received from the app server.

 

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

Windows.Networking.PushNotifications
Windows::Networking::PushNotifications [C++]

Metadata

Windows.winmd

Capabilities

internetClient

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD