FragmentBreadCrumbs.SetParentTitle Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| SetParentTitle(ICharSequence, ICharSequence, View+IOnClickListener) |
Obsolete.
Inserts an optional parent entry at the first position in the breadcrumbs. |
| SetParentTitle(String, String, View+IOnClickListener) |
Obsolete.
Inserts an optional parent entry at the first position in the breadcrumbs. |
SetParentTitle(ICharSequence, ICharSequence, View+IOnClickListener)
Caution
deprecated
Inserts an optional parent entry at the first position in the breadcrumbs.
[Android.Runtime.Register("setParentTitle", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/view/View$OnClickListener;)V", "GetSetParentTitle_Ljava_lang_CharSequence_Ljava_lang_CharSequence_Landroid_view_View_OnClickListener_Handler")]
[System.Obsolete("deprecated")]
public virtual void SetParentTitle(Java.Lang.ICharSequence? title, Java.Lang.ICharSequence? shortTitle, Android.Views.View.IOnClickListener? listener);
[<Android.Runtime.Register("setParentTitle", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/view/View$OnClickListener;)V", "GetSetParentTitle_Ljava_lang_CharSequence_Ljava_lang_CharSequence_Landroid_view_View_OnClickListener_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member SetParentTitle : Java.Lang.ICharSequence * Java.Lang.ICharSequence * Android.Views.View.IOnClickListener -> unit
override this.SetParentTitle : Java.Lang.ICharSequence * Java.Lang.ICharSequence * Android.Views.View.IOnClickListener -> unit
Parameters
- title
- ICharSequence
CharSequence: the title for the parent entry
- shortTitle
- ICharSequence
CharSequence: the short title for the parent entry
- listener
- View.IOnClickListener
View.OnClickListener: the View.OnClickListener to be called when clicked. A null will result in no action being taken when the parent entry is clicked.
- Attributes
Remarks
Inserts an optional parent entry at the first position in the breadcrumbs. Selecting this entry will result in a call to the specified listener's android.view.View.OnClickListener.onClick(View) method.
Android reference for android.app.FragmentBreadCrumbs.setParentTitle.
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
SetParentTitle(String, String, View+IOnClickListener)
Caution
deprecated
Inserts an optional parent entry at the first position in the breadcrumbs.
[System.Obsolete("deprecated")]
public void SetParentTitle(string? title, string? shortTitle, Android.Views.View.IOnClickListener? listener);
[<System.Obsolete("deprecated")>]
member this.SetParentTitle : string * string * Android.Views.View.IOnClickListener -> unit
Parameters
- title
- String
CharSequence: the title for the parent entry
- shortTitle
- String
CharSequence: the short title for the parent entry
- listener
- View.IOnClickListener
View.OnClickListener: the View.OnClickListener to be called when clicked. A null will result in no action being taken when the parent entry is clicked.
- Attributes
Remarks
Inserts an optional parent entry at the first position in the breadcrumbs. Selecting this entry will result in a call to the specified listener's android.view.View.OnClickListener.onClick(View) method.
Android reference for android.app.FragmentBreadCrumbs.setParentTitle.
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.