ActionResolver

interface ActionResolver

Action resolver for running a Action. Actions can be stored in annotations or outline elements and executed for any open document. While some actions require a displayed document (e.g. GoToAction) other actions may cause the user to leave the app (e.g. ).

Inheritors

Functions

Link copied to clipboard
Adds a DocumentActionListener that can handle actions bound to PDF objects.
Link copied to clipboard
abstract fun executeAction(@NonNull action: Action)
abstract fun executeAction(@NonNull action: Action, @Nullable actionSender: ActionSender)
Execute the given action.
Link copied to clipboard
Removes a previously added DocumentActionListener that can handle actions bound to PDF objects.