メソッド PickerBuilder.toUri
このビルダーによって生成された URI を返します。
署名
toUri(): string;
詳細
省略可 |
いいえ |
決勝 |
いいえ |
保護 |
いいえ |
静的 |
いいえ |
戻り値
string
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-14 UTC。
[null,null,["最終更新日 2024-10-14 UTC。"],[[["`toUri()` is a method that returns the URI generated by the builder as a string."],["This method is neither optional, final, protected, nor static."]]],["This function, `toUri()`, generates and returns a URI as a string. It's a non-static, non-protected, non-final method with no optional parameters. The sole output of the function is the resulting URI, represented as a string. It is part of a builder object used to create URIs.\n"]]