הצגת התראה כשמשתמשים שולחים וסוגרים תיבת דו-שיח.
זמין לתוספים ל-Google Workspace שמרחיבים את Google Chat.
const notification = AddOnsResponseService.newNotification().setText("You closed a dialog!");
Methods
| שיטה | סוג הערך שמוחזר | תיאור קצר |
|---|---|---|
set | Notification | הגדרה של הטקסט שיוצג בהתראה. |
תיעוד מפורט
setText(text)
הגדרה של הטקסט שיוצג בהתראה. חובה.
const notification = AddOnsResponseService.newNotification().setText("You closed a dialog!");
פרמטרים
| שם | סוג | תיאור |
|---|---|---|
text | String | טקסט ההתראה. |
חזרה
Notification – האובייקט הזה, לשרשור.