StoreServicesFeedbackLauncher class
Provides members you can use to launch Feedback Hub and take users to your app's area so they can submit and upvote feedback.
Syntax
public ref class StoreServicesFeedbackLauncher sealed
Members
The StoreServicesFeedbackLauncher class has these types of members:
Methods
The StoreServicesFeedbackLauncher class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.
| Method | Description |
|---|---|
| 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. |
Remarks
All customer feedback that is submitted for your app through Feedback Hub is collected and presented to you in the Feedback report in the Windows Dev Center dashboard, 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.
This class is available in the Microsoft Store Services SDK.
Requirements
|
Minimum supported client |
Windows 10 [Windows Store apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows 10 Mobile |
|
Namespace |
|
|
Metadata |
|
Attributes
- [MarshalingBehavior(Agile)]
- [Threading(Both)]
- [Version]
See also