Class Notification

การแจ้งเตือน

การแจ้งเตือนที่แสดงต่อผู้ใช้เพื่อตอบสนองต่อการโต้ตอบกับองค์ประกอบ 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)

ตั้งค่าข้อความที่จะแสดงในการแจ้งเตือน ต้องระบุ

พารามิเตอร์

ชื่อประเภทคำอธิบาย
textStringข้อความแจ้งเตือน

รีเทิร์น

Notification — ออบเจ็กต์นี้สำหรับการทำห่วงโซ่