Name Description Size Coverage
ContextMenuCandidates.kt Returns a list of context menu candidates based on whether the browser is currently in a Custom Tab or a standard browser session. @param context The current Android context. @param tabsUseCases [TabsUseCases] used to interact with browser tabs (e.g., opening links). @param contextMenuUseCases [ContextMenuUseCases] used to integrate other features. @param appLinksUseCases [AppLinksUseCases] used to handle external application links. @param snackBarParentView The [View] to be used as a parent when displaying SnackBar notifications. @param snackbarDelegate [SnackbarDelegate] responsible for showing SnackBars (defaults to [DefaultSnackbarDelegate]). @param isCustomTab Boolean flag indicating if the menu is being requested from a Custom Tab. @return A list of [ContextMenuCandidate] objects containing the relevant menu items. 5793 -