Skip to main content

foundation-notifications.notificationbuilder.withdialog

Home > @genesislcap/foundation-notifications > NotificationBuilder > withDialog

NotificationBuilder.withDialog() method

Warning: This API is now obsolete.

Use showNotificationBanner/Dialog/Snackbar/Toast instead or provide a NotificationStructure object when used with an event for a notification listener.

Add dialog to notification

Signature:

withDialog(dialog: Dialog): NotificationBuilder;

Parameters

Parameter

Type

Description

dialog

Dialog

Dialog

Returns:

NotificationBuilder