withReportDialogClass

fun withReportDialogClass(reportDialogClass: Class<out Activity>): DialogConfigurationBuilder

Custom CrashReportDialog class

Since

5.0.0

Return

this instance

Parameters

reportDialogClass

The activity to use to prompt the user for crash details. Inside the activity, use {@link org.acra.dialog.CrashReportDialogHelper} to integrate it ACRA.