다음을 통해 공유


PushNotificationReceivedEventArgs.RawNotification 속성

정의

이 푸시 알림에 포함된 앱 정의 콘텐츠를 가져오며, 콘텐츠는 앱에서 백그라운드 작업을 수행하는 데 사용됩니다.

public:
 property RawNotification ^ RawNotification { RawNotification ^ get(); };
RawNotification RawNotification();
public RawNotification RawNotification { get; }
var rawNotification = pushNotificationReceivedEventArgs.rawNotification;
Public ReadOnly Property RawNotification As RawNotification

속성 값

원시 알림의 앱 정의 콘텐츠를 캡슐화합니다. NotificationTypeRaw 형식이 아니면 이 값은 NULL입니다.

적용 대상

추가 정보