getDrawerTitle

open fun getDrawerTitle(edgeGravity: Int): CharSequence(source)

Returns the title of the drawer with the given gravity.

Return

The title of the drawer, or null if none set.

Parameters

edgeGravity

Gravity.LEFT, RIGHT, START or END. Expresses which drawer to return the title for.

See also