We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7604cba commit 135b621Copy full SHA for 135b621
android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java
@@ -627,6 +627,15 @@ public void clearAllUserAttributes() {
627
}
628
629
630
+ /**
631
+ * Allows you to show a predefined set of categories for users to choose
632
+ * from when reporting a bug or sending feedback. Selected category
633
+ * shows up on your Instabug dashboard as a tag to make filtering
634
+ * through issues easier.
635
+ *
636
+ * @param reportCategories the report categories list which is a list of ReportCategory model
637
+ */
638
+ @ReactMethod
639
public void setReportCategories(String... categoriesTitles) {
640
try {
641
ArrayList<ReportCategory> bugCategories = new ArrayList<>();
0 commit comments