Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
Android Documentation
MultipleFileCompletionListener

Interface MultipleFileCompletionListener

Package
com.smartdevicelink.managers.file

Methods

onComplete( java.util.Map<java.lang.String, java.lang.String> errors )

public void onComplete(java.util.Map<java.lang.String, java.lang.String> errors)

Method Parameters

errors
- a dictionary (map) property, of type , and contains information on all failed uploads. The key is the name of the file that did not upload properly, the value is an error String describing what went wrong on that particular upload attempt. If all files are uploaded successfully, errors is null
View on GitHub.com
Previous Section Next Section