Submit file
This section contains the necessary methods to submit file
Last updated
This section contains the necessary methods to submit file
Last updated
The following method uploads a file to our platform. This file will be transformed, compressed and then verified by our API.
BiometridOn.getInstance().submitFile(String process_token, String path, Context context);
submitFiles Callback
Callback
Boolean status
Status of request
StepType previous
Previous step
StepType next
Next step
JsonObject json
JsonObject data from request
Errors e
Errors object
public class ExampleActivity extends Activity implements OnProcessCallback {
private String file_path;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.