다음을 통해 공유


PushNotificationCreateChannelResult.Channel 속성

정의

CreateChannelAsync를 성공적으로 호출한 결과 푸시 알림 채널을 가져옵니다.

public:
 property PushNotificationChannel ^ Channel { PushNotificationChannel ^ get(); };
PushNotificationChannel Channel();
public PushNotificationChannel Channel { get; }
var pushNotificationChannel = pushNotificationCreateChannelResult.channel;
Public ReadOnly Property Channel As PushNotificationChannel

속성 값

만든 푸시 알림 채널입니다.

적용 대상