android.support.v4.app
Interface ActionBarDrawerToggle.DelegateProvider

Enclosing class:
ActionBarDrawerToggle

public static interface ActionBarDrawerToggle.DelegateProvider

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


Method Summary
 ActionBarDrawerToggle.Delegate getDrawerToggleDelegate()
           
 

Method Detail

getDrawerToggleDelegate

ActionBarDrawerToggle.Delegate getDrawerToggleDelegate()
Returns:
Delegate to use for ActionBarDrawableToggles, or null if the Activity does not wish to override the default behavior.