PushNotificationChannelStatus Enum

Definition

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

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.PushNotifications.PushNotificationsContract), 65536)]
public enum PushNotificationChannelStatus
Inheritance
PushNotificationChannelStatus
Attributes

Fields

Name Value Description
InProgress 0

The push channel creation request is in progress.

InProgressRetry 1

The push channel creation request is in progress and is in a backoff retry state. Check the PushNotificationCreateChannelResult.ExtendedError property to get the last extended error seen when creating a channel request.

CompletedSuccess 2

The push channel creation request completed succesfully.

CompletedFailure 3

The push channel creation request failed with a critical internal error. Check the PushNotificationCreateChannelResult.ExtendedError property to get the last extended error seen when creating a channel request.

Applies to

Produkt Versiounen
Windows App SDK 1.1, 1.2, 1.3, 1.4, 1.5, 1.6