Share via


PushNotificationReceivedEventArgs.NotificationType 속성

정의

앱 서버에서 받은 푸시 알림의 유형을 가져옵니다.

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

속성 값

받은 푸시 알림의 유형(배지, 타일, 알림 또는 원시)입니다.

Windows 요구 사항

앱 기능
internetClient

설명

보조 타일에 바인딩된 채널은 타일배지 업데이트에 대한 푸시 알림만 허용합니다. 알림 메시지 및 원시 알림은 애플리케이션에 바인딩된 채널을 사용해야 합니다.

적용 대상

추가 정보