getSubtitle

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

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

Return

The current ActionBar subtitle or null.