IFeedAnnouncementInvokedTarget Interface
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.
The interface implemented by a feed provider to receive notifications when an announcement from the provider is displayed or when a user interacts with it.
public interface class IFeedAnnouncementInvokedTarget
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 327680)]
/// [Windows.Foundation.Metadata.Guid(1564782122, 1836, 19961, 159, 229, 52, 213, 210, 233, 255, 99)]
struct IFeedAnnouncementInvokedTarget
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 327680)]
[Windows.Foundation.Metadata.Guid(1564782122, 1836, 19961, 159, 229, 52, 213, 210, 233, 255, 99)]
public interface IFeedAnnouncementInvokedTarget
Public Interface IFeedAnnouncementInvokedTarget
- Attributes
Remarks
Feed providers can make a request for an announcement to be displayed by calling TryShowAnnouncement.
Methods
OnAnnouncementInvoked(FeedAnnouncementInvokedArgs) |
Called by the feeds host when a feeds announcement, requested with a call to TryShowAnnouncement, has been initially displayed or interacted with by the user. |