Android.App.ActionBar.SetHomeActionContentDescription Method
Set an alternate description for the Home/Up action, when enabled.

Syntax

[Android.Runtime.Register("setHomeActionContentDescription", "(Ljava/lang/CharSequence;)V", "GetSetHomeActionContentDescription_Ljava_lang_CharSequence_Handler")]
public virtual void SetHomeActionContentDescription (Java.Lang.ICharSequence description)

See Also

ActionBar.SetHomeAsUpIndicator(int)
ActionBar.SetHomeAsUpIndicator(Android.Graphics.Drawables.Drawable)

Parameters

description
New description for the Home action when enabled

Remarks

Set an alternate description for the Home/Up action, when enabled.

This description is commonly used for accessibility/screen readers when the Home action is enabled. (See ActionBar.SetDisplayHomeAsUpEnabled(bool).) Examples of this are, "Navigate Home" or "Navigate Up" depending on the ActionBar.DISPLAY_HOME_AS_UP display option. If you have changed the home-as-up indicator using ActionBar.SetHomeAsUpIndicator(int) to indicate more specific functionality such as a sliding drawer, you should also set this to accurately describe the action.

Setting this to null will use the system default description.

[Android Documentation]

Requirements

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