การแจ้งเตือนที่แสดงต่อผู้ใช้เพื่อตอบสนองต่อการโต้ตอบกับองค์ประกอบ UI
var 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(); }
เมธอด
วิธีการ | ประเภทการแสดงผล | รายละเอียดแบบย่อ |
---|---|---|
setText(text) | Notification | ตั้งค่าข้อความที่จะแสดงในการแจ้งเตือน |
เอกสารโดยละเอียด
setText(text)
ตั้งค่าข้อความที่จะแสดงในการแจ้งเตือน ต้องระบุ
พารามิเตอร์
ชื่อ | ประเภท | คำอธิบาย |
---|---|---|
text | String | ข้อความแจ้งเตือน |
รีเทิร์น
Notification
— ออบเจ็กต์นี้สำหรับการทำห่วงโซ่