Disabling/Enabling Bug Reporting
Enable or disable bug reporting at runtime in KMP.
// Disable bug reporting
BugReportingKmp.setEnabled(false)
// Enable bug reporting
BugReportingKmp.setEnabled(true)Last updated
Enable or disable bug reporting at runtime in KMP.
// Disable bug reporting
BugReportingKmp.setEnabled(false)
// Enable bug reporting
BugReportingKmp.setEnabled(true)Last updated