title property

String title
final

Specify the title of the application.

If you want to dynamically generate the title, use onGenerateTitle.

アプリのタイトルを指定します。

タイトルを動的に出したい場合はonGenerateTitleを利用してください。

Implementation

final String title;