NotificationConfigurationBuilder

class NotificationConfigurationBuilder

Functions

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

Properties

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