FragmentBreadCrumbs.SetTitle Method

Definition

Overloads

SetTitle(ICharSequence, ICharSequence)
Obsolete.

Set a custom title for the bread crumbs.

SetTitle(String, String)
Obsolete.

Set a custom title for the bread crumbs.

SetTitle(ICharSequence, ICharSequence)

Caution

deprecated

Set a custom title for the bread crumbs.

[Android.Runtime.Register("setTitle", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)V", "GetSetTitle_Ljava_lang_CharSequence_Ljava_lang_CharSequence_Handler")]
[System.Obsolete("deprecated")]
public virtual void SetTitle (Java.Lang.ICharSequence? title, Java.Lang.ICharSequence? shortTitle);
[<Android.Runtime.Register("setTitle", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)V", "GetSetTitle_Ljava_lang_CharSequence_Ljava_lang_CharSequence_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member SetTitle : Java.Lang.ICharSequence * Java.Lang.ICharSequence -> unit
override this.SetTitle : Java.Lang.ICharSequence * Java.Lang.ICharSequence -> unit

Parameters

shortTitle
ICharSequence
Attributes

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.

Java documentation for android.app.FragmentBreadCrumbs.setTitle(java.lang.CharSequence, java.lang.CharSequence).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

SetTitle(String, String)

Caution

deprecated

Set a custom title for the bread crumbs.

[System.Obsolete("deprecated")]
public void SetTitle (string? title, string? shortTitle);
[<System.Obsolete("deprecated")>]
member this.SetTitle : string * string -> unit

Parameters

title
String
shortTitle
String
Attributes

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.

Java documentation for android.app.FragmentBreadCrumbs.setTitle(java.lang.CharSequence, java.lang.CharSequence).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to