showInAppNotification( )


Displays an in-app notification.

developer preview tag

Use in-app notifications to provide real-time updates and alerts without interrupting the app user's experience. In-app notifications are displayed at the top of the app, and are often used to inform app users of new information.

Method Declaration
Copy
Method Parameters
bodystringRequired

Message to be displayed in notification.


optionsInAppNotificationOptions

In-app notification options.

Returns
Return Type:Promise<InAppNotificationResult>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?