public interface FormHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
forwardFormData(org.json.JSONObject formData,
String endPointUrl)
Forward form data to a remote service.
|
boolean forwardFormData(org.json.JSONObject formData,
String endPointUrl)
formData - the form data JSON objectendPointUrl - the URL of the remote serviceCopyright © 2020. All rights reserved.