Prompt Options
Prompt options (report types and invocation options) in KMP.
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