FragmentBreadCrumbs.SetMaxVisible(Int32) Method

Definition

Caution

deprecated

The maximum number of breadcrumbs to show.

[Android.Runtime.Register("setMaxVisible", "(I)V", "GetSetMaxVisible_IHandler")]
[System.Obsolete("deprecated")]
public virtual void SetMaxVisible (int visibleCrumbs);
[<Android.Runtime.Register("setMaxVisible", "(I)V", "GetSetMaxVisible_IHandler")>]
[<System.Obsolete("deprecated")>]
abstract member SetMaxVisible : int -> unit
override this.SetMaxVisible : int -> unit

Parameters

visibleCrumbs
Int32

the number of visible breadcrumbs. This should be greater than zero.

Attributes

Remarks

The maximum number of breadcrumbs to show. Older fragment headers will be hidden from view.

Java documentation for android.app.FragmentBreadCrumbs.setMaxVisible(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