다음을 통해 공유


AppNotificationProgressData(UInt32) 생성자

정의

지정된 시퀀스 번호를 사용하여 AppNotificationProgressData 클래스의 instance 만듭니다.

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

진행률 데이터 업데이트 순서를 지정하는 0이 아닌 정수입니다. 여러 AppNotificationProgressData 개체가 수신되면 플랫폼은 0이 아닌 가장 큰 숫자로 데이터를 표시합니다.

설명

UpdateAsync를 호출하여 앱 알림 진행률 업데이트를 시작합니다.

적용 대상