SubmitFormAction

Creates action instance.

Parameters

uri

Uri of the target to which to submit form data.

formFields

List of target form fields.

flags

A set of flags specifying various characteristics of this action.


constructor(@NonNull uri: String, @NonNull fieldNames: List<String>, @NonNull flags: EnumSet<SubmitFormAction.SubmitFormActionFlag>, @Nullable subActions: List<Action>)

Creates action instance.

Parameters

uri

Uri of the target to which to submit form data.

fieldNames

List of target form field names.

flags

A set of flags specifying various characteristics of this action.

subActions

List of sub-actions of this action.