NotificationConfigurationBuilder

class NotificationConfigurationBuilder

Functions

build
Link copied to clipboard
fun build(): NotificationConfiguration
withChannelDescription
Link copied to clipboard
fun withChannelDescription(channelDescription: String): NotificationConfigurationBuilder
withChannelImportance
Link copied to clipboard
fun withChannelImportance(channelImportance: Int): NotificationConfigurationBuilder
withChannelName
Link copied to clipboard
fun withChannelName(channelName: String): NotificationConfigurationBuilder
withCommentPrompt
Link copied to clipboard
fun withCommentPrompt(commentPrompt: String): NotificationConfigurationBuilder
withDiscardButtonText
Link copied to clipboard
fun withDiscardButtonText(discardButtonText: String): NotificationConfigurationBuilder
withEnabled
Link copied to clipboard
fun withEnabled(enabled: Boolean): NotificationConfigurationBuilder
withResDiscardButtonIcon
Link copied to clipboard
fun withResDiscardButtonIcon(resDiscardButtonIcon: Int): NotificationConfigurationBuilder
withResIcon
Link copied to clipboard
fun withResIcon(resIcon: Int): NotificationConfigurationBuilder
withResSendButtonIcon
Link copied to clipboard
fun withResSendButtonIcon(resSendButtonIcon: Int): NotificationConfigurationBuilder
withResSendWithCommentButtonIcon
Link copied to clipboard
fun withResSendWithCommentButtonIcon(resSendWithCommentButtonIcon: Int): NotificationConfigurationBuilder
withSendButtonText
Link copied to clipboard
fun withSendButtonText(sendButtonText: String): NotificationConfigurationBuilder
withSendOnClick
Link copied to clipboard
fun withSendOnClick(sendOnClick: Boolean): NotificationConfigurationBuilder
withSendWithCommentButtonText
Link copied to clipboard
fun withSendWithCommentButtonText(sendWithCommentButtonText: String): NotificationConfigurationBuilder
withText
Link copied to clipboard
fun withText(text: String): NotificationConfigurationBuilder
withTickerText
Link copied to clipboard
fun withTickerText(tickerText: String): NotificationConfigurationBuilder
withTitle
Link copied to clipboard
fun withTitle(title: String): NotificationConfigurationBuilder

Properties

channelDescription
Link copied to clipboard
var channelDescription: String?
channelImportance
Link copied to clipboard
var channelImportance: Int?
channelName
Link copied to clipboard
var channelName: String?
commentPrompt
Link copied to clipboard
var commentPrompt: String?
discardButtonText
Link copied to clipboard
var discardButtonText: String?
enabled
Link copied to clipboard
var enabled: Boolean?
resDiscardButtonIcon
Link copied to clipboard
var resDiscardButtonIcon: Int?
resIcon
Link copied to clipboard
var resIcon: Int?
resSendButtonIcon
Link copied to clipboard
var resSendButtonIcon: Int?
resSendWithCommentButtonIcon
Link copied to clipboard
var resSendWithCommentButtonIcon: Int?
sendButtonText
Link copied to clipboard
var sendButtonText: String?
sendOnClick
Link copied to clipboard
var sendOnClick: Boolean?
sendWithCommentButtonText
Link copied to clipboard
var sendWithCommentButtonText: String?
text
Link copied to clipboard
var text: String?
tickerText
Link copied to clipboard
var tickerText: String?
title
Link copied to clipboard
var title: String?