Since: API Level 3.1
public static interface

ActionDrawerToggle.DelegateProvider

com.droidux.ui.widgets.actiondrawer.ActionDrawerToggle.DelegateProvider

Class Overview

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

Summary

Public Methods
abstract ActionDrawerToggle.Delegate getDrawerToggleDelegate()

Public Methods

public abstract ActionDrawerToggle.Delegate getDrawerToggleDelegate ()

Since: API Level 3.1

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