Most visited

Recently visited

ActionBarDrawerToggle.DelegateProvider

public static interface ActionBarDrawerToggle.DelegateProvider

android.support.v7.app.ActionBarDrawerToggle.DelegateProvider
Known Indirect Subclasses


允许实现Activity返回 ActionBarDrawerToggle.Delegate以与ActionBarDrawerToggle一起使用。

摘要(Summary)

公共方法(Public methods)

abstract ActionBarDrawerToggle.Delegate getDrawerToggleDelegate()

公共方法(Public methods)

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.

Hooray!