ActionBarDrawerToggle.DelegateProvider

public 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 methods

getDrawerToggleDelegate

Added in 1.1.0
abstract @Nullable ActionBarDrawerToggle.Delegate getDrawerToggleDelegate()
Returns
@Nullable ActionBarDrawerToggle.Delegate

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