RawNotification.ChannelId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取原始通知的通道 ID。
public:
property Platform::String ^ ChannelId { Platform::String ^ get(); };
winrt::hstring ChannelId();
public string ChannelId { get; }
var string = rawNotification.channelId;
Public ReadOnly Property ChannelId As String
属性值
包含应用服务器设置的应用定义的通道 ID 的字符串。
Windows 要求
设备系列 |
Windows 10 Creators Update (在 10.0.15063.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
|
注解
这仅适用于通过 CreateRawPushNotificationChannelWithAlternateKeyForApplicationAsync 创建的通道发送的通知。 如果通过使用 CreatePushNotificationChannelForApplicationAsync 创建的通道发送通知,则此为 null。