Method PickerBuilder.setRelayUrl
ตั้งค่า URL การส่งต่อที่ใช้สำหรับ gadgets.rpc
ลายเซ็น
setRelayUrl(url: string): PickerBuilder;
รายละเอียด
ไม่บังคับ |
ไม่ได้ |
รอบชิงชนะเลิศ |
ไม่ได้ |
มีการป้องกัน |
ไม่ได้ |
คงที่ |
ไม่ได้ |
พารามิเตอร์
ชื่อ |
ประเภท |
ไม่บังคับ |
คำอธิบาย |
url |
string |
ไม่ได้ |
|
การคืนสินค้า
PickerBuilder
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-11-07 UTC
[null,null,["อัปเดตล่าสุด 2024-11-07 UTC"],[[["`setRelayUrl` configures the relay URL necessary for gadget RPC communication."],["This method accepts a mandatory `url` parameter of type string and is chainable, returning a `PickerBuilder` instance for further configurations."],["It's an instance-level method and can be adjusted anytime before finalizing the picker setup."]]],["The `setRelayUrl` function configures the relay URL for gadgets.rpc. It accepts a mandatory string parameter, `url`, which represents the relay URL to be set. This function is not optional, final, protected, or static. It returns a `PickerBuilder` object, allowing for further configuration. The `url` is a required string, and no further description for it is available in this provided content.\n"]]