StoreServicesFeedbackLauncher.IsSupported | isSupported method
Gets a value that indicates whether the Feedback Hub is installed on the device.
Syntax
public: static bool IsSupported()
Parameters
This method has no parameters.
Return value
Type: Boolean [JavaScript] | System.Boolean [.NET] | Platform::Boolean [C++]
Returns true if the Feedback Hub is installed on the device; otherwise, false.
Remarks
Use this property to determine whether to display a feedback control in your app that uses the LaunchAsync method to open the Feedback Hub. For a code example that demonstrates how to use this property, see Launch Feedback Hub from your app.
Feedback Hub is available only on devices that run version 10.0.14271 or later of a Windows 10 OS that is based on the desktop and mobile device families.
Requirements
|
Minimum supported client |
Windows 10 |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows 10 Mobile |
|
Namespace |
|
|
Metadata |
|
See also