Notification Configuration Builder
class NotificationConfigurationBuilder(arg0: Context) : ConfigurationBuilder
Content copied to clipboard
Class generated based on AcraNotification (Jul 23, 2021 6:23:09 PM)
Constructors
NotificationConfigurationBuilder
Link copied to clipboard
Functions
build
Link copied to clipboard
withChannelDescription
Link copied to clipboard
fun withChannelDescription(channelDescription: String): NotificationConfigurationBuilder
Content copied to clipboard
withChannelName
Link copied to clipboard
fun withChannelName(channelName: String): NotificationConfigurationBuilder
Content copied to clipboard
withCommentPrompt
Link copied to clipboard
fun withCommentPrompt(commentPrompt: String): NotificationConfigurationBuilder
Content copied to clipboard
withDiscardButtonText
Link copied to clipboard
fun withDiscardButtonText(discardButtonText: String): NotificationConfigurationBuilder
Content copied to clipboard
withEnabled
Link copied to clipboard
withResChannelDescription
Link copied to clipboard
fun withResChannelDescription(@StringRes() resChannelDescription: Int): NotificationConfigurationBuilder
Content copied to clipboard
withResChannelImportance
Link copied to clipboard
fun withResChannelImportance(resChannelImportance: Int): NotificationConfigurationBuilder
Content copied to clipboard
withResChannelName
Link copied to clipboard
fun withResChannelName(@StringRes() resChannelName: Int): NotificationConfigurationBuilder
Content copied to clipboard
withResCommentPrompt
Link copied to clipboard
fun withResCommentPrompt(@StringRes() resCommentPrompt: Int): NotificationConfigurationBuilder
Content copied to clipboard
withResDiscardButtonIcon
Link copied to clipboard
fun withResDiscardButtonIcon(@DrawableRes() resDiscardButtonIcon: Int): NotificationConfigurationBuilder
Content copied to clipboard
withResDiscardButtonText
Link copied to clipboard
fun withResDiscardButtonText(@StringRes() resDiscardButtonText: Int): NotificationConfigurationBuilder
Content copied to clipboard
withResIcon
Link copied to clipboard
fun withResIcon(@DrawableRes() resIcon: Int): NotificationConfigurationBuilder
Content copied to clipboard
withResSendButtonIcon
Link copied to clipboard
fun withResSendButtonIcon(@DrawableRes() resSendButtonIcon: Int): NotificationConfigurationBuilder
Content copied to clipboard
withResSendButtonText
Link copied to clipboard
fun withResSendButtonText(@StringRes() resSendButtonText: Int): NotificationConfigurationBuilder
Content copied to clipboard
withResSendWithCommentButtonIcon
Link copied to clipboard
fun withResSendWithCommentButtonIcon(@DrawableRes() resSendWithCommentButtonIcon: Int): NotificationConfigurationBuilder
Content copied to clipboard
withResSendWithCommentButtonText
Link copied to clipboard
fun withResSendWithCommentButtonText(@StringRes() resSendWithCommentButtonText: Int): NotificationConfigurationBuilder
Content copied to clipboard
withResText
Link copied to clipboard
fun withResText(@StringRes() resText: Int): NotificationConfigurationBuilder
Content copied to clipboard
withResTickerText
Link copied to clipboard
fun withResTickerText(@StringRes() resTickerText: Int): NotificationConfigurationBuilder
Content copied to clipboard
withResTitle
Link copied to clipboard
fun withResTitle(@StringRes() resTitle: Int): NotificationConfigurationBuilder
Content copied to clipboard
withSendButtonText
Link copied to clipboard
fun withSendButtonText(sendButtonText: String): NotificationConfigurationBuilder
Content copied to clipboard
withSendOnClick
Link copied to clipboard
fun withSendOnClick(sendOnClick: Boolean): NotificationConfigurationBuilder
Content copied to clipboard
withSendWithCommentButtonText
Link copied to clipboard
fun withSendWithCommentButtonText(sendWithCommentButtonText: String): NotificationConfigurationBuilder
Content copied to clipboard
withText
Link copied to clipboard
withTickerText
Link copied to clipboard
withTitle
Link copied to clipboard
Properties
channelDescription
Link copied to clipboard
channelName
Link copied to clipboard
commentPrompt
Link copied to clipboard
discardButtonText
Link copied to clipboard
resChannelImportance
Link copied to clipboard
resDiscardButtonIcon
Link copied to clipboard
resIcon
Link copied to clipboard
resSendButtonIcon
Link copied to clipboard
resSendWithCommentButtonIcon
Link copied to clipboard
sendButtonText
Link copied to clipboard
sendOnClick
Link copied to clipboard
sendWithCommentButtonText
Link copied to clipboard
tickerText
Link copied to clipboard