AcraDialog

annotation class AcraDialog

CrashReportDialog configuration

Author

F43nd1r

Functions

annotationType
Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
equals
Link copied to clipboard
abstract fun equals(p: Any): Boolean
hashCode
Link copied to clipboard
abstract fun hashCode(): Int
reportDialogClass
Link copied to clipboard
abstract fun reportDialogClass(): Class<out Activity>
Custom CrashReportDialog class
resCommentPrompt
Link copied to clipboard
abstract fun resCommentPrompt(): Int
label of the comment input prompt.If not provided, removes the input field.
resEmailPrompt
Link copied to clipboard
abstract fun resEmailPrompt(): Int
label of the email input prompt.If not provided, removes the input field.
resIcon
Link copied to clipboard
abstract fun resIcon(): Int
icon of the dialog
resNegativeButtonText
Link copied to clipboard
abstract fun resNegativeButtonText(): Int
label of the negative button
resPositiveButtonText
Link copied to clipboard
abstract fun resPositiveButtonText(): Int
label of the positive button
resText
Link copied to clipboard
abstract fun resText(): Int
text in the dialog
resTheme
Link copied to clipboard
abstract fun resTheme(): Int
theme of the dialog
resTitle
Link copied to clipboard
abstract fun resTitle(): Int
title of the dialog
toString
Link copied to clipboard
abstract fun toString(): String