メソッド PickerBuilder.getRelayUrl
gadgets.rpc に使用されるリレー URL を取得します。
署名
getRelayUrl(): string;
詳細
省略可 |
いいえ |
決勝 |
いいえ |
保護 |
いいえ |
静的 |
いいえ |
戻り値
string
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-15 UTC。
[null,null,["最終更新日 2024-10-15 UTC。"],[[["Retrieves the relay URL utilized for gadgets.rpc communication."],["This method is a non-static, non-final, and unprotected member."],["The output of this method is a string representing the relay URL."]]],["The core function is `getRelayUrl()`, which returns a string. This function retrieves the relay URL necessary for gadgets.rpc. It's a non-static, non-protected, and non-final method. No input parameters are required. The function's primary purpose is to provide the relay URL, and it is a required method.\n"]]