Class Notification

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

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

เมธอด

วิธีการประเภทการแสดงผลรายละเอียดแบบย่อ
setText(text)Notificationกำหนดข้อความที่จะแสดงในการแจ้งเตือน

เอกสารประกอบโดยละเอียด

setText(text)

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

พารามิเตอร์

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

รีเทิร์น

Notification — ออบเจ็กต์นี้สําหรับการต่อเชื่อม