Updated on 2026-08-14
This commit is contained in:
parent
39a190f056
commit
f0de027151
23 changed files with 1050 additions and 2 deletions
|
|
@ -273,6 +273,7 @@ sealed class NotificationUM(val config: NotificationConfig) {
|
|||
iconResId: Int = R.drawable.ic_alert_circle_24,
|
||||
buttonsState: NotificationConfig.ButtonsState? = null,
|
||||
onCloseClick: (() -> Unit)? = null,
|
||||
iconTint: NotificationConfig.IconTint = NotificationConfig.IconTint.Unspecified,
|
||||
) : NotificationUM(
|
||||
config = NotificationConfig(
|
||||
title = title,
|
||||
|
|
@ -280,6 +281,7 @@ sealed class NotificationUM(val config: NotificationConfig) {
|
|||
iconResId = iconResId,
|
||||
buttonsState = buttonsState,
|
||||
onCloseClick = onCloseClick,
|
||||
iconTint = iconTint,
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue