Android.App.FragmentBreadCrumbs.SetTitle Method
Set a custom title for the bread crumbs.

Syntax

[Android.Runtime.Register("setTitle", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)V", "GetSetTitle_Ljava_lang_CharSequence_Ljava_lang_CharSequence_Handler")]
public virtual void SetTitle (Java.Lang.ICharSequence title, Java.Lang.ICharSequence shortTitle)

Parameters

title
Documentation for this section has not yet been entered.
shortTitle
Documentation for this section has not yet been entered.

Remarks

Set a custom title for the bread crumbs. This will be the first entry shown at the left, representing the root of the bread crumbs. If the title is null, it will not be shown.

[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