AppNotificationProgressData(UInt32) 构造函数

定义

使用指定的序列号创建 AppNotificationProgressData 类的实例。

public:
 AppNotificationProgressData(unsigned int sequenceNumber);
 AppNotificationProgressData(uint32_t const& sequenceNumber);
public AppNotificationProgressData(uint sequenceNumber);
function AppNotificationProgressData(sequenceNumber)
Public Sub New (sequenceNumber As UInteger)

参数

sequenceNumber
UInt32

unsigned int

uint32_t

一个非零整数,指定进度数据更新的顺序。 收到多个 AppNotificationProgressData 对象时,平台将显示具有最大非零数的数据。

注解

通过调用 UpdateAsync 启动应用通知进度更新。

适用于