การแจ้งเตือนที่แสดงต่อผู้ใช้เพื่อตอบสนองต่อการโต้ตอบกับองค์ประกอบ UI
const action = CardService.newAction().setFunctionName('notificationCallback'); CardService.newTextButton().setText('Save').setOnClickAction(action); // ... function notificationCallback() { return CardService.newActionResponseBuilder() .setNotification( CardService.newNotification().setText('Some info to display to user'), ) .build(); }
เมธอด
วิธีการ | ประเภทการแสดงผล | รายละเอียดแบบย่อ |
---|---|---|
set | Notification | กำหนดข้อความที่จะแสดงในการแจ้งเตือน |
เอกสารประกอบโดยละเอียด
set Text(text)
กำหนดข้อความที่จะแสดงในการแจ้งเตือน ต้องระบุ
พารามิเตอร์
ชื่อ | ประเภท | คำอธิบาย |
---|---|---|
text | String | ข้อความแจ้งเตือน |
รีเทิร์น
Notification
— ออบเจ็กต์นี้สําหรับการต่อเชื่อม