nutrient
Toggle table of contents
10.10.0
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
nutrient
/
com.pspdfkit.annotations.actions
/
SubmitFormAction
/
SubmitFormAction
Submit
Form
Action
constructor
(
uri
:
String
,
fieldNames
:
List
<
String
>
,
flags
:
EnumSet
<
SubmitFormAction.SubmitFormActionFlag
>
,
subActions
:
List
<
Action
>
=
emptyList()
)
constructor
(
uri
:
String
,
formFields
:
List
<
FormField
>
,
flags
:
EnumSet
<
SubmitFormAction.SubmitFormActionFlag
>
)