다음을 통해 공유


StoreServicesNotificationChannelParameters 클래스

정의

파트너 센터 알림을 수신하도록 앱을 등록할 때 RegisterNotificationChannelAsync 메서드 오버로드에 전달할 데이터를 포함합니다.

public ref class StoreServicesNotificationChannelParameters sealed
/// [Windows.Foundation.Metadata.Activatable(1)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class StoreServicesNotificationChannelParameters final
[Windows.Foundation.Metadata.Activatable(1)]
[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 StoreServicesNotificationChannelParameters
function StoreServicesNotificationChannelParameters()
Public NotInheritable Class StoreServicesNotificationChannelParameters
상속
Object Platform::Object IInspectable StoreServicesNotificationChannelParameters
특성

추가 기능 및 요구 사항

소프트웨어 개발 키트
지원되는 최소 OS
Windows 10 (10.0.10240.0)

설명

RegisterNotificationChannelAsync 메서드 오버로드를 사용하여 사용자 지정 알림 채널 또는 사용자 지정 시스템 ID 및 사용자 ID를 지정하려면 이 클래스의 인스턴스를 만듭니다.

생성자

StoreServicesNotificationChannelParameters()

StoreServicesNotificationChannelParameters 클래스의 새 인스턴스를 초기화합니다.

속성

CustomNotificationChannelUri

파트너 센터 알림을 받는 데 사용할 알림 채널의 URI를 가져오거나 설정합니다.

CustomSystemId

이 속성은 나중에 사용할 수 있도록 예약되어 있으며 코드에서 사용할 수 없습니다.

CustomUserId

이 속성은 나중에 사용할 수 있도록 예약되어 있으며 코드에서 사용할 수 없습니다.

적용 대상