PdfView.SelectionMenuItemPreparer


public interface PdfView.SelectionMenuItemPreparer


Interface to customize the set of actions in the selection menu

Summary

Public methods

abstract void

Customize the text selection menu, by adding items to or removing items from components.

Public methods

onPrepareSelectionMenuItems

Added in 1.0.0-alpha11
abstract void onPrepareSelectionMenuItems(
    @NonNull List<@NonNull ContextMenuComponent> components
)

Customize the text selection menu, by adding items to or removing items from components.