Notification
NotificationOptions
Property
Type
Description
Notification class
Notification.show(options)
import { Notification } from '@empathize/framework';
Notification.show({
title: 'Example title',
body: 'Example notification body',
icon: '/absolute/path/to/my/icon.png'
});Last updated