StoreServicesFeedbackLauncher.LaunchAsync() | launchAsync() method
Launches Feedback Hub and takes users to your app's area so they can submit and upvote feedback.
Syntax
public: IAsyncOperation<bool>^ LaunchAsync()
Parameters
This method has no parameters.
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 Feedback Hub is installed on the device. If 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