FragmentBreadCrumbs.IOnBreadCrumbClickListener.OnBreadCrumbClick 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.
Called when a bread crumb is clicked.
[Android.Runtime.Register("onBreadCrumbClick", "(Landroid/app/FragmentManager$BackStackEntry;I)Z", "GetOnBreadCrumbClick_Landroid_app_FragmentManager_BackStackEntry_IHandler:Android.App.FragmentBreadCrumbs/IOnBreadCrumbClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool OnBreadCrumbClick (Android.App.FragmentManager.IBackStackEntry? backStack, Android.App.BreadCrumbClickFlags flags);
[<Android.Runtime.Register("onBreadCrumbClick", "(Landroid/app/FragmentManager$BackStackEntry;I)Z", "GetOnBreadCrumbClick_Landroid_app_FragmentManager_BackStackEntry_IHandler:Android.App.FragmentBreadCrumbs/IOnBreadCrumbClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnBreadCrumbClick : Android.App.FragmentManager.IBackStackEntry * Android.App.BreadCrumbClickFlags -> bool
Parameters
- backStack
- FragmentManager.IBackStackEntry
The BackStackEntry whose bread crumb was clicked. May be null, if this bread crumb is for the root of the back stack.
- flags
- BreadCrumbClickFlags
Additional information about the entry. Currently always 0.
Returns
- 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.