Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Microsoft.Windows.PushNotifications 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.

This namespace provides APIs for managing push notifications that use the Windows Push Notification Service (WNS).

Classes

Name Description
PushNotificationChannel

Represents a push notification channel.

PushNotificationCreateChannelResult

Represents the result of a push channel creation request initiated with a call to CreateChannelAsync).

PushNotificationManager

Provides APIs for receiving and registering to receive push notifications.

Note

The PushNotificationManager class has a dependency on the Singleton package. Because of that dependency, there are certain considerations to be aware of if you're calling these APIs from a self-contained app. For more info, and specifics, see Dependencies on additional MSIX packages.

PushNotificationReceivedEventArgs

Provides data for the PushReceived event.

Structs

Name Description
PushNotificationCreateChannelStatus

Provides status information for a push channel creation request initiated with a call to CreateChannelAsync).

Enums

Name Description
PushNotificationChannelStatus

Specifies the status of a push channel created with a call to CreateChannelAsync).


Feedback

Was this page helpful?