StoreServicesFeedbackLauncher.IsSupported Method
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.
Gets a value that indicates whether the Feedback Hub is installed on the device.
public:
static bool IsSupported();
static bool IsSupported();
public static bool IsSupported();
function isSupported()
Public Shared Function IsSupported () As Boolean
Returns
bool
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.
Note
Although Feedback Hub is not supported on Xbox devices, the IsSupported property currently returns true on Xbox devices that run version 10.0.14271 or later of Windows 10. This is a known issue that will be fixed in a future release of the Microsoft Store Services SDK.