public static interface ActionBarDrawerToggle.DelegateProvider
| android.support.v7.app.ActionBarDrawerToggle.DelegateProvider |
| |
允许实现Activity返回 ActionBarDrawerToggle.Delegate以与ActionBarDrawerToggle一起使用。
公共方法(Public methods) |
|
|---|---|
abstract ActionBarDrawerToggle.Delegate |
getDrawerToggleDelegate() |
ActionBarDrawerToggle.Delegate getDrawerToggleDelegate ()
| 返回(Returns) | |
|---|---|
ActionBarDrawerToggle.Delegate |
Delegate to use for ActionBarDrawableToggles, or null if the Activity does not wish to override the default behavior. |