メソッド PickerBuilder.getTitle
ダイアログのタイトルを取得します。
署名
getTitle(): string;
詳細
省略可 |
いいえ |
決勝 |
いいえ |
保護 |
いいえ |
静的 |
いいえ |
戻り値
string
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-14 UTC。
[null,null,["最終更新日 2024-10-14 UTC。"],[[["The `getTitle()` method retrieves the dialog's title as a string."],["It's a public method that is neither final, protected, nor static, and it always returns a value."]]],["The provided content details a method signature `getTitle()` that returns a string. This method is designed to retrieve the title of a dialog. It's not optional, final, protected, or static. The method's sole function is to return a `string` value, representing the dialog's title. There are no parameters required. The return type is a string.\n"]]