다음을 통해 공유


AppNotificationManager.UpdateAsync 메서드

정의

오버로드

UpdateAsync(AppNotificationProgressData, String)

지정된 태그 식별자를 사용하여 앱 알림의 진행률 데이터를 업데이트.

참고

AppNotificationManager 클래스는 Singleton 패키지에 종속됩니다. 이러한 종속성 때문에 자체 포함 앱에서 이러한 API를 호출하는 경우 주의해야 할 특정 고려 사항이 있습니다. 자세한 정보 및 세부 정보는 추가 MSIX 패키지에 대한 종속성을 참조하세요.

UpdateAsync(AppNotificationProgressData, String, String)

지정된 태그 및 그룹 식별자를 사용하여 앱 알림의 진행률 데이터를 업데이트.

참고

AppNotificationManager 클래스는 Singleton 패키지에 종속됩니다. 이러한 종속성 때문에 자체 포함 앱에서 이러한 API를 호출하는 경우 주의해야 할 특정 고려 사항이 있습니다. 자세한 정보 및 세부 정보는 추가 MSIX 패키지에 대한 종속성을 참조하세요.

UpdateAsync(AppNotificationProgressData, String)

지정된 태그 식별자를 사용하여 앱 알림의 진행률 데이터를 업데이트.

참고

AppNotificationManager 클래스는 Singleton 패키지에 종속됩니다. 이러한 종속성 때문에 자체 포함 앱에서 이러한 API를 호출하는 경우 주의해야 할 특정 고려 사항이 있습니다. 자세한 정보 및 세부 정보는 추가 MSIX 패키지에 대한 종속성을 참조하세요.

public:
 virtual IAsyncOperation<AppNotificationProgressResult> ^ UpdateAsync(AppNotificationProgressData ^ data, Platform::String ^ tag) = UpdateAsync;
/// [Windows.Foundation.Metadata.Overload("UpdateAsync2")]
IAsyncOperation<AppNotificationProgressResult> UpdateAsync(AppNotificationProgressData const& data, winrt::hstring const& tag);
[Windows.Foundation.Metadata.Overload("UpdateAsync2")]
public IAsyncOperation<AppNotificationProgressResult> UpdateAsync(AppNotificationProgressData data, string tag);
function updateAsync(data, tag)
Public Function UpdateAsync (data As AppNotificationProgressData, tag As String) As IAsyncOperation(Of AppNotificationProgressResult)

매개 변수

data
AppNotificationProgressData

앱 알림의 진행률을 나타내는 AppNotificationProgressData 입니다.

tag
String

Platform::String

winrt::hstring

업데이트할 알림 집합에 대한 고유 식별자이며 Tag 속성을 사용하여 액세스합니다.

반환

AppNotificationProgressResult 값을 반환하는 비동기 작업입니다.

특성

추가 정보

적용 대상

UpdateAsync(AppNotificationProgressData, String, String)

지정된 태그 및 그룹 식별자를 사용하여 앱 알림의 진행률 데이터를 업데이트.

참고

AppNotificationManager 클래스는 Singleton 패키지에 종속됩니다. 이러한 종속성 때문에 자체 포함 앱에서 이러한 API를 호출하는 경우 주의해야 할 특정 고려 사항이 있습니다. 자세한 정보 및 세부 정보는 추가 MSIX 패키지에 대한 종속성을 참조하세요.

public:
 virtual IAsyncOperation<AppNotificationProgressResult> ^ UpdateAsync(AppNotificationProgressData ^ data, Platform::String ^ tag, Platform::String ^ group) = UpdateAsync;
/// [Windows.Foundation.Metadata.Overload("UpdateAsync")]
IAsyncOperation<AppNotificationProgressResult> UpdateAsync(AppNotificationProgressData const& data, winrt::hstring const& tag, winrt::hstring const& group);
[Windows.Foundation.Metadata.Overload("UpdateAsync")]
public IAsyncOperation<AppNotificationProgressResult> UpdateAsync(AppNotificationProgressData data, string tag, string group);
function updateAsync(data, tag, group)
Public Function UpdateAsync (data As AppNotificationProgressData, tag As String, group As String) As IAsyncOperation(Of AppNotificationProgressResult)

매개 변수

data
AppNotificationProgressData

앱 알림의 진행률을 나타내는 AppNotificationProgressData 입니다.

tag
String

Platform::String

winrt::hstring

업데이트할 알림 집합에 대한 고유 식별자이며 Tag 속성을 사용하여 액세스합니다.

group
String

Platform::String

winrt::hstring

업데이트할 앱 알림 그룹에 대한 고유 식별자이며 Group 속성을 사용하여 액세스합니다.

반환

AppNotificationProgressResult를 반환하는 비동기 작업입니다.

특성

추가 정보

적용 대상