Android.App.ActionBar.SetListNavigationCallbacks Method
Set the adapter and navigation callback for list navigation mode.

Syntax

[Android.Runtime.Register("setListNavigationCallbacks", "(Landroid/widget/SpinnerAdapter;Landroid/app/ActionBar$OnNavigationListener;)V", "GetSetListNavigationCallbacks_Landroid_widget_SpinnerAdapter_Landroid_app_ActionBar_OnNavigationListener_Handler")]
public abstract void SetListNavigationCallbacks (Android.Widget.ISpinnerAdapter adapter, ActionBar.IOnNavigationListener callback)

Parameters

adapter
An adapter that will provide views both to display the current navigation selection and populate views within the dropdown navigation menu.
callback
An OnNavigationListener that will receive events when the user selects a navigation item.

Remarks

Set the adapter and navigation callback for list navigation mode. The supplied adapter will provide views for the expanded list as well as the currently selected item. (These may be displayed differently.) The supplied OnNavigationListener will alert the application when the user changes the current list selection.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11