onExecuteAction

abstract fun onExecuteAction(@NonNull action: Action): Boolean

Called when PDF action should be executed.

Return

Should true if the action was handled and no further processing should happen. false if default handlers should handle the action.

Parameters

action

Action that should be executed. One of Action subclasses. Exact type can be checked with getType.