// This method can be called from JavaScript.
 public void handleUploadClickEvent(String projectId, String name, String description, String tags, String aclName, String attribution)
 {
     // Call a method on the form.
     mForm.uploadButtonClicked(projectId, name, description, tags, aclName, attribution);
 }
Esempio n. 2
0
 // This method can be called from JavaScript.
 public void handleUploadClickEvent(String projectId, String name, String description, String tags, String draftAccessList, String attribution, String acquisitionTime, String maskType)
 {
     // Call a method on the form.
     mForm.uploadButtonClicked(projectId, name, description, tags, draftAccessList, attribution, acquisitionTime, maskType);
 }