HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center
These docs are for v8.1. Click to read the latest docs for v12.0.0.

Disabling/Enabling Feature Requests

Described here is how to disable or enable the feature requests.

You can completely prevent any feature request related features from displaying by disabling it using the API below.

//Enable
FeatureRequests.setEnabled(true);

//Disable
FeatureRequests.setEnabled(false);