StoreServicesFeedbackLauncher Class
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.
Provides members you can use to launch Feedback Hub and take users to your app's area so they can submit and upvote feedback.
public ref class StoreServicesFeedbackLauncher sealed
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Static(Microsoft.Services.Store.Engagement.IStoreServicesFeedbackLauncherStatics, 1)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class StoreServicesFeedbackLauncher final
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Static(typeof(Microsoft.Services.Store.Engagement.IStoreServicesFeedbackLauncherStatics), 1)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class StoreServicesFeedbackLauncher
Public NotInheritable Class StoreServicesFeedbackLauncher
- Inheritance
- Attributes
Additional features and requirements
Software Development Kit | |
Minimum supported OS |
Windows 10 (10.0.10240.0)
|
Remarks
All customer feedback that is submitted for your app through Feedback Hub is collected and presented to you in the Feedback report in Partner Center, so you can see the problems, suggestions, and upvotes that your customers have submitted in one report.
To get a StoreServicesFeedbackLauncher object, use the GetDefault method. Use the IsSupported() property to determine whether Feedback Hub is installed on the device. If Feedback Hub is installed, you can use the LaunchAsync method to launch Feedback Hub from your app. For a code example that demonstrates how to use these members, see Launch Feedback Hub from your app.
Methods
GetDefault() |
Gets a StoreServicesFeedbackLauncher object that you can use to launch Feedback Hub and take users to your app's area so they can submit and upvote feedback. |
IsSupported() |
Gets a value that indicates whether the Feedback Hub is installed on the device. |
LaunchAsync() |
Launches Feedback Hub and takes users to your app's area so they can submit and upvote feedback. |
LaunchAsync(IMap<String,String>) |
Launches Feedback Hub and takes users to your app's area so they can submit and upvote feedback. This overload passes a dictionary of metadata that you want to associate with the user feedback. |