PushNotificationReceivedEventArgs.NotificationType 属性

定义

获取已从应用服务器接收的推送通知的类型。

public:
 property PushNotificationType NotificationType { PushNotificationType get(); };
PushNotificationType NotificationType();
public PushNotificationType NotificationType { get; }
var pushNotificationType = pushNotificationReceivedEventArgs.notificationType;
Public ReadOnly Property NotificationType As PushNotificationType

属性值

类型 (已接收的推送通知的锁屏提醒、磁贴、toast 或原始) 。

Windows 要求

应用功能
internetClient

注解

绑定到辅助磁贴的通道将仅接受 磁贴锁屏提醒 更新的推送通知。 Toast原始 通知必须使用绑定到应用程序的通道。

适用于

另请参阅