Android.App.FragmentBreadCrumbs Members

The members of Android.App.FragmentBreadCrumbs are listed below.

See Also: Inherited members from Android.Views.ViewGroup

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

OnBackStackChanged()
Called whenever the contents of the back stack change.
SetActivity(Activity)
Attach the bread crumbs to their activity.
SetMaxVisible(int)
The maximum number of breadcrumbs to show.
SetOnBreadCrumbClickListener(FragmentBreadCrumbs.IOnBreadCrumbClickListener)
Sets a listener for clicks on the bread crumbs.
SetParentTitle(Java.Lang.ICharSequence, Java.Lang.ICharSequence, Android.Views.View.IOnClickListener)
Inserts an optional parent entry at the first position in the breadcrumbs.
SetParentTitle(string, string, Android.Views.View.IOnClickListener)
Documentation for this section has not yet been entered.
SetTitle(Java.Lang.ICharSequence, Java.Lang.ICharSequence)
Set a custom title for the bread crumbs.
SetTitle(string, string)
Documentation for this section has not yet been entered.

Protected Methods

override
OnLayout(bool, int, int, int, int)
Called from layout when this view should assign a size and position to each of its children.

Public Events

BreadCrumbClickDocumentation for this section has not yet been entered.