PushNotificationReceivedEventArgs.NotificationType 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
앱 서버에서 받은 푸시 알림의 유형을 가져옵니다.
public:
property PushNotificationType NotificationType { PushNotificationType get(); };
PushNotificationType NotificationType();
public PushNotificationType NotificationType { get; }
var pushNotificationType = pushNotificationReceivedEventArgs.notificationType;
Public ReadOnly Property NotificationType As PushNotificationType
속성 값
받은 푸시 알림의 유형(배지, 타일, 알림 또는 원시)입니다.
Windows 요구 사항
앱 기능 |
internetClient
|
설명
보조 타일에 바인딩된 채널은 타일 및 배지 업데이트에 대한 푸시 알림만 허용합니다. 알림 메시지 및 원시 알림은 애플리케이션에 바인딩된 채널을 사용해야 합니다.