メソッド PickerBuilder.setRelayUrl
gadgets.rpc に使用されるリレー URL を設定します。
署名
setRelayUrl(url: string): PickerBuilder;
詳細
省略可 |
いいえ |
決勝 |
いいえ |
保護 |
いいえ |
静的 |
いいえ |
パラメータ
名前 |
Type |
省略可能 |
説明 |
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"]]