data class PromptConfiguration
(source)
Configuration for the crash reporter prompt.
PromptConfiguration(appName: String = "App", organizationName: String = "Mozilla", message: String? = null, theme: Int = R.style.Theme_Mozac_CrashReporter)
Configuration for the crash reporter prompt. |