HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center
API Reference

Show Feature Requests

This method can be used to display the feature requests page. It is recommended that this method be attached to a button, for example.

FeatureRequests.show()
[LCQFeatureRequests show];
FeatureRequests.show();
FeatureRequests.show()
FeatureRequests.show();
FeatureRequests.show();
FeatureRequests.show(true);
//iOS
LCQFeatureRequests.Show();

//Android
using Com.Luciq.Featuresrequest;
...
FeatureRequests.Show();