getTitle

@Nullable
abstract fun getTitle(): @Nullable CharSequence(source)

Returns the current ActionBar title in standard mode. Returns null if getNavigationMode would not return NAVIGATION_MODE_STANDARD.

Return

The current ActionBar title or null.