Compartilhar via


StoreServicesNotificationChannelRegistrationResult Classe

Definição

Fornece acesso ao URI do canal de notificação e aos dados de erro retornados pelo método RegisterNotificationChannelAsync .

public ref class StoreServicesNotificationChannelRegistrationResult sealed
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class StoreServicesNotificationChannelRegistrationResult final
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class StoreServicesNotificationChannelRegistrationResult
Public NotInheritable Class StoreServicesNotificationChannelRegistrationResult
Herança
Object Platform::Object IInspectable StoreServicesNotificationChannelRegistrationResult
Atributos

Funcionalidades e requisitos adicionais

Software Development Kit
SO com suporte mínimo
Windows 10 (10.0.10240.0)

Comentários

Um objeto desse tipo é retornado pelo método RegisterNotificationChannelAsync .

Propriedades

ErrorCode

Obtém o código do erro que ocorreu.

ErrorMessage

Obtém detalhes adicionais sobre o erro ocorrido.

NotificationChannelUri

Obtém o URI do canal de notificação que foi usado para registrar seu aplicativo para receber notificações do Partner Center usando o método RegisterNotificationChannelAsync .

Aplica-se a