NotificationConfiguration

fun NotificationConfiguration(    enabled: Boolean = true,     @DrawableRes resIcon: Int = android.R.drawable.stat_sys_warning,     title: String,     text: String,     tickerText: String? = null,     sendButtonText: String? = null,     @DrawableRes resSendButtonIcon: Int = android.R.drawable.ic_menu_send,     discardButtonText: String? = null,     @DrawableRes resDiscardButtonIcon: Int = android.R.drawable.ic_menu_delete,     channelName: String,     channelDescription: String? = null,     channelImportance: Int = 4,     sendWithCommentButtonText: String? = null,     @DrawableRes resSendWithCommentButtonIcon: Int = android.R.drawable.ic_menu_send,     commentPrompt: String? = null,     sendOnClick: Boolean = false)