Prompt Options
Choose which report types appear in the Luciq prompt menu on KMP, and set form defaults such as a required comment or a hidden email field.
Report types
BugReportingKmp.setReportTypes(listOf(
ReportType.Bug,
ReportType.Feedback,
ReportType.Question,
ReportType.Other
))Invocation options
BugReportingKmp.setInvocationOptions(listOf(
InvocationOptions.CommentFieldRequired,
InvocationOptions.EmailFieldOptional,
InvocationOptions.DisablePostSendingDialog
))Last updated