AnnouncementActionKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the kind of action that triggered the invocation of FeedAnnouncementInvokedArgs.
public enum class AnnouncementActionKind
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 327680)]
enum class AnnouncementActionKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 327680)]
public enum AnnouncementActionKind
var value = Microsoft.Windows.Widgets.Notifications.AnnouncementActionKind.shown
Public Enum AnnouncementActionKind
- Inheritance
-
AnnouncementActionKind
- Attributes
Fields
Name | Value | Description |
---|---|---|
Shown | 0 | The announcement was shown. |
Engaged | 1 | The user engaged with the announcement. |