PdfView.SelectionMenuItemPreparer
interface PdfView.SelectionMenuItemPreparer
Interface to customize the set of actions in the selection menu
Summary
Public functions |
|
|---|---|
Unit |
@MainThreadCustomize the text selection menu, by adding items to or removing items from |
Public functions
onPrepareSelectionMenuItems
Added in 1.0.0-alpha19
@MainThread
fun onPrepareSelectionMenuItems(
components: MutableList<ContextMenuComponent>
): Unit
Customize the text selection menu, by adding items to or removing items from components.