I don't want to show any toast, notification and any dialog, want to send the crash reports silently without any crash dialog but when I applied below code, I am getting default crash dialog box. Any body have any idea how to get rid of crash dialog when mode is silent.
@ReportsCrashes(formKey = "WWWWWWWWWWWWWWWW",
forceCloseDialogAfterToast = false,
mode=ReportingInteractionMode.SILENT)