Dialog Configuration Builder
class DialogConfigurationBuilder
Content copied to clipboard
Functions
build
Link copied to clipboard
withCommentPrompt
Link copied to clipboard
withEmailPrompt
Link copied to clipboard
withEnabled
Link copied to clipboard
withNegativeButtonText
Link copied to clipboard
fun withNegativeButtonText(negativeButtonText: String): DialogConfigurationBuilder
Content copied to clipboard
withPositiveButtonText
Link copied to clipboard
fun withPositiveButtonText(positiveButtonText: String): DialogConfigurationBuilder
Content copied to clipboard
withReportDialogClass
Link copied to clipboard
fun withReportDialogClass(reportDialogClass: Class<out Activity>): DialogConfigurationBuilder
Content copied to clipboard
withResIcon
Link copied to clipboard
withResTheme
Link copied to clipboard
withText
Link copied to clipboard
withTitle
Link copied to clipboard
Properties
commentPrompt
Link copied to clipboard
emailPrompt
Link copied to clipboard
negativeButtonText
Link copied to clipboard
positiveButtonText
Link copied to clipboard
reportDialogClass
Link copied to clipboard