FragmentTransaction.SetBreadCrumbTitle Method

Definition

Overloads

SetBreadCrumbTitle(Int32)

Set the full title to show as a bread crumb when this transaction is on the back stack, as used by FragmentBreadCrumbs.

SetBreadCrumbTitle(String)

Like #setBreadCrumbTitle(int) but taking a raw string; this method is <em>not</em> recommended, as the string can not be changed later if the locale changes.

SetBreadCrumbTitle(ICharSequence)

Like #setBreadCrumbTitle(int) but taking a raw string; this method is <em>not</em> recommended, as the string can not be changed later if the locale changes.

SetBreadCrumbTitle(Int32)

Set the full title to show as a bread crumb when this transaction is on the back stack, as used by FragmentBreadCrumbs.

[Android.Runtime.Register("setBreadCrumbTitle", "(I)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbTitle_IHandler")]
public abstract Android.App.FragmentTransaction? SetBreadCrumbTitle (int res);
[<Android.Runtime.Register("setBreadCrumbTitle", "(I)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbTitle_IHandler")>]
abstract member SetBreadCrumbTitle : int -> Android.App.FragmentTransaction

Parameters

res
Int32

A string resource containing the title.

Returns

Attributes

Remarks

Set the full title to show as a bread crumb when this transaction is on the back stack, as used by FragmentBreadCrumbs.

Java documentation for android.app.FragmentTransaction.setBreadCrumbTitle(int).

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

SetBreadCrumbTitle(String)

Like #setBreadCrumbTitle(int) but taking a raw string; this method is <em>not</em> recommended, as the string can not be changed later if the locale changes.

public Android.App.FragmentTransaction? SetBreadCrumbTitle (string? text);
member this.SetBreadCrumbTitle : string -> Android.App.FragmentTransaction

Parameters

text
String

Returns

Remarks

Like #setBreadCrumbTitle(int) but taking a raw string; this method is <em>not</em> recommended, as the string can not be changed later if the locale changes.

Java documentation for android.app.FragmentTransaction.setBreadCrumbTitle(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

SetBreadCrumbTitle(ICharSequence)

Like #setBreadCrumbTitle(int) but taking a raw string; this method is <em>not</em> recommended, as the string can not be changed later if the locale changes.

[Android.Runtime.Register("setBreadCrumbTitle", "(Ljava/lang/CharSequence;)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbTitle_Ljava_lang_CharSequence_Handler")]
public abstract Android.App.FragmentTransaction? SetBreadCrumbTitle (Java.Lang.ICharSequence? text);
[<Android.Runtime.Register("setBreadCrumbTitle", "(Ljava/lang/CharSequence;)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbTitle_Ljava_lang_CharSequence_Handler")>]
abstract member SetBreadCrumbTitle : Java.Lang.ICharSequence -> Android.App.FragmentTransaction

Parameters

Returns

Attributes

Remarks

Like #setBreadCrumbTitle(int) but taking a raw string; this method is <em>not</em> recommended, as the string can not be changed later if the locale changes.

Java documentation for android.app.FragmentTransaction.setBreadCrumbTitle(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