ActionBarDrawerToggle.DelegateProvider

interface ActionBarDrawerToggle.DelegateProvider

Known direct subclasses
AppCompatActivity

Base class for activities that wish to use some of the newer platform features on older Android devices.


Allows an implementing Activity to return an ActionBarDrawerToggle.Delegate to use with ActionBarDrawerToggle.

Summary

Public functions

getDrawerToggleDelegate

Added in 1.1.0
fun getDrawerToggleDelegate(): ActionBarDrawerToggle.Delegate?
Returns
ActionBarDrawerToggle.Delegate?

Delegate to use for ActionBarDrawableToggles, or null if the Activity does not wish to override the default behavior.