Undo Redo Toolbar Host
interface UndoRedoToolbarHost
Interface that must be implemented by toolbars using this helper.
Inheritors
Properties
Functions
Link copied to clipboard
Finds a menu item by its ID.
Link copied to clipboard
Returns the lifecycle owner for coroutine scope. For Fragment-based toolbars, return fragment?.viewLifecycleOwner. For View-based toolbars, return ViewTreeLifecycleOwner.get(view).
Link copied to clipboard
Enables or disables a menu item by its ID.