IsSupported | isSupported method
Collapse the table of content
Expand the table of content

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.

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.
 

Requirements

Minimum supported client

Windows 10

Minimum supported server

None supported

Minimum supported phone

Windows 10 Mobile

Namespace

Microsoft.Services.Store.Engagement
Microsoft::Services::Store::Engagement [C++]

Metadata

Microsoft.Services.Store.Engagement.winmd

See also

Launch Feedback Hub from your app
StoreServicesFeedbackLauncher

 

 

Show:
© 2017 Microsoft