Skip to main content

foundation-notifications.notificationbuilder.withbody

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

NotificationBuilder.withBody() 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 body details to notification

Signature:

withBody(body: string): NotificationBuilder;

Parameters

Parameter

Type

Description

body

string

string

Returns:

NotificationBuilder