PreferenceActivity.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
SetParentTitle(String, String, View+IOnClickListener) |
Should be called after onCreate to ensure that the breadcrumbs, if any, were created. |
SetParentTitle(ICharSequence, ICharSequence, View+IOnClickListener) |
Should be called after onCreate to ensure that the breadcrumbs, if any, were created. |
SetParentTitle(String, String, View+IOnClickListener)
Should be called after onCreate to ensure that the breadcrumbs, if any, were created.
public void SetParentTitle (string? title, string? shortTitle, Android.Views.View.IOnClickListener? listener);
member this.SetParentTitle : string * string * Android.Views.View.IOnClickListener -> unit
Parameters
- title
- String
the title for the breadcrumb
- shortTitle
- String
the short title for the breadcrumb
- listener
- View.IOnClickListener
Remarks
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(ICharSequence, ICharSequence, View+IOnClickListener)
Should be called after onCreate to ensure that the breadcrumbs, if any, were created.
[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")]
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")>]
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
the title for the breadcrumb
- shortTitle
- ICharSequence
the short title for the breadcrumb
- listener
- View.IOnClickListener
- Attributes
Remarks
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.