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!