Go To Embedded Action
Creates action instance.
Parameters
target File
Target embedded file, action will be no-op if the embedded file won't be present in the document once the action is executed.
open In New Window
true
to open embedded file in a new activity (works only when executed from within PdfActivity), false
to replace currently opened file.
constructor(@NonNull targetFile: EmbeddedFile, openInNewWindow: Boolean, @Nullable subActions: List<Action>)
Creates action instance.
Parameters
target File
Target embedded file, action will be no-op if the embedded file won't be present in the document once the action is executed.
open In New Window
true
to open embedded file in a new activity (works only when executed from within PdfActivity), false
to replace currently opened file.
sub Actions
List of sub-actions of this action.