Une notification pouvant être incluse dans Message .
Signature:
export interface Notification
Propriétés
Propriété | Taper | Description |
---|---|---|
corps | chaîne | L'organisme de notification |
URL de l'image | chaîne | URL d'une image à afficher dans la notification. |
titre | chaîne | Le titre de la notification. |
Notification.body
L'organisme de notification
Signature:
body?: string;
Notification.imageUrl
URL d'une image à afficher dans la notification.
Signature:
imageUrl?: string;
Notification.titre
Le titre de la notification.
Signature:
title?: string;