getSupportActionBar

@Nullable
open fun getSupportActionBar(): @Nullable ActionBar(source)

Support library version of getActionBar.

Retrieve a reference to this activity's ActionBar.

Return

The Activity's ActionBar, or null if it does not have one.