AppNotificationManager.UpdateAsync Method

Definition

Overloads

UpdateAsync(AppNotificationProgressData, String)

Updates the progress data for app notifications with the specified tag identifier.

Napomena

The AppNotificationManager class has a dependency on the Singleton package. Because of that dependency, there are certain considerations to be aware of if you're calling these APIs from a self-contained app. For more info, and specifics, see Dependencies on additional MSIX packages.

UpdateAsync(AppNotificationProgressData, String, String)

Updates the progress data for app notifications with the specified tag and group identifiers.

Napomena

The AppNotificationManager class has a dependency on the Singleton package. Because of that dependency, there are certain considerations to be aware of if you're calling these APIs from a self-contained app. For more info, and specifics, see Dependencies on additional MSIX packages.

UpdateAsync(AppNotificationProgressData, String)

Updates the progress data for app notifications with the specified tag identifier.

Napomena

The AppNotificationManager class has a dependency on the Singleton package. Because of that dependency, there are certain considerations to be aware of if you're calling these APIs from a self-contained app. For more info, and specifics, see Dependencies on additional MSIX packages.

C#
[Windows.Foundation.Metadata.Overload("UpdateAsync2")]
public IAsyncOperation<AppNotificationProgressResult> UpdateAsync(AppNotificationProgressData data, string tag);

Parameters

data
AppNotificationProgressData

An AppNotificationProgressData representing the progress of an app notification.

tag
String

The unique identifier for the set of notifications to be updated, accessed with the Tag property.

Returns

An asynchronous operation that returns an AppNotificationProgressResult value.

Attributes

See also

Applies to

Windows App SDK 1.6 i druge verzije
Proizvod Verzije
Windows App SDK 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

UpdateAsync(AppNotificationProgressData, String, String)

Updates the progress data for app notifications with the specified tag and group identifiers.

Napomena

The AppNotificationManager class has a dependency on the Singleton package. Because of that dependency, there are certain considerations to be aware of if you're calling these APIs from a self-contained app. For more info, and specifics, see Dependencies on additional MSIX packages.

C#
[Windows.Foundation.Metadata.Overload("UpdateAsync")]
public IAsyncOperation<AppNotificationProgressResult> UpdateAsync(AppNotificationProgressData data, string tag, string group);

Parameters

data
AppNotificationProgressData

An AppNotificationProgressData representing the progress of an app notification.

tag
String

The unique identifier for the set of notifications to be updated, accessed with the Tag property.

group
String

The unique identifier for the app notification group to be updated, accessed with the Group property.

Returns

An asynchronous operation that returns an AppNotificationProgressResult.

Attributes

See also

Applies to

Windows App SDK 1.6 i druge verzije
Proizvod Verzije
Windows App SDK 1.1, 1.2, 1.3, 1.4, 1.5, 1.6