StoreServicesFeedbackLauncher.LaunchAsync(IIterable(IKeyValuePair)) | launchAsync(IIterable(IKeyValuePair)) method
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.
Syntax
public: IAsyncOperation<bool>^ LaunchAsync( IIterable<IKeyValuePair>^ feedbackProperties )
Parameters
- feedbackProperties
-
Type: IIterable<IKeyValuePair> [JavaScript/C++] | System.Collections.Generic.IEnumerable<IKeyValuePair> [.NET]
A collection of key and value pairs (IKeyValuePair objects) that contain metadata that you want to associate with the user feedback, such as the name of the page the user is on or the game level they completed. The following keys are reserved for use by Microsoft: feedbackid, src, form, screenshot, metadata, uri, foldername, searchstring, newfeedback, yes, and feedbackfiles.
Return value
Type: IAsyncOperation<Boolean>
Returns true if the Feedback Hub is installed on the device and the method successfully opened the Feedback Hub; otherwise, false.
Remarks
Use the IsSupported property to determine whether the Feedback Hub is installed on the device. Feedback Hub is installed on Windows 10 version 10.0.14271 or later.
If the Feedback Hub is installed, you can use this method to launch Feedback Hub from your app. For a code example that demonstrates how to use this method, see Launch Feedback Hub from your app.
Requirements
|
Minimum supported client |
Windows 10 |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows 10 Mobile |
|
Namespace |
|
|
Metadata |
|
See also