PushNotificationCreateChannelStatus Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Fornece status informações para uma solicitação de criação de canal push iniciada com uma chamada para CreateChannelAsync.
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.PushNotifications.PushNotificationsContract, 65536)]
struct PushNotificationCreateChannelStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.PushNotifications.PushNotificationsContract), 65536)]
public struct PushNotificationCreateChannelStatus
var pushNotificationCreateChannelStatus = {
status : /* Your value */,
extendedError : /* Your value */,
retryCount : /* Your value */
}
Public Structure PushNotificationCreateChannelStatus
- Herança
-
PushNotificationCreateChannelStatus
- Atributos
Campos
extendedError |
O último erro estendido visto durante a criação do canal. |
retryCount |
A contagem atual de tentativas de repetição feitas pela plataforma. |
status |
Um membro da enumeração PushNotificationChannelStatus especificando o status atual do canal de notificação por push. |