to top
Android APIs
public static interface

ActionBarDrawerToggle.DelegateProvider

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

Class Overview

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

Summary

Public Methods
abstract ActionBarDrawerToggle.Delegate getDrawerToggleDelegate()

Public Methods

public abstract ActionBarDrawerToggle.Delegate getDrawerToggleDelegate ()

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