added in version 22.1.0
belongs to Maven artifact com.android.support:support-core-ui:28.0.0-alpha1
Deprecated since version 25.4.0

ActionBarDrawerToggle.DelegateProvider

public static interface ActionBarDrawerToggle.DelegateProvider

android.support.v4.app.ActionBarDrawerToggle.DelegateProvider


This interface was deprecated in API level 25.4.0.
Use ActionBarDrawerToggle.DelegateProvider in support-v7-appcompat.

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

Summary

Public methods

abstract ActionBarDrawerToggle.Delegate getDrawerToggleDelegate()

Public methods

getDrawerToggleDelegate

added in version 22.1.0
ActionBarDrawerToggle.Delegate getDrawerToggleDelegate ()

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