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
JavaScript Suite Documentation
FileManagerConfig

FileManagerConfig Class Reference

Constructors

Instance Methods

Constructors

new FileManagerConfig()

Initializes an instance of the FileManagerConfig.

Instance Methods

fileManagerConfig.getArtworkRetryCount() ⇒ Number

Gets the artworkRetryCount

Kind: Instance method of FileManagerConfig
Returns: Number - The number of times that SdlArtwork should attempt to be reuploaded in the event of a failure.

fileManagerConfig.getFileRetryCount() ⇒ Number

Gets the FileRetryCount

Kind: Instance method of FileManagerConfig
Returns: Number - The number of times that SdlFile should attempt to be reuploaded in the event of a failure.

fileManagerConfig.setArtworkRetryCount(artworkRetryCount) ⇒ FileManagerConfig

Sets the artworkRetryCount

Kind: Instance method of FileManagerConfig
Returns: FileManagerConfig - The instance of FileManagerConfig for method chaining.

ParamTypeDescription
artworkRetryCount Number The number of times that SdlArtwork should attempt to be reuploaded in the event of a failure.

fileManagerConfig.setFileRetryCount(fileRetryCount) ⇒ FileManagerConfig

Sets the fileRetryCount

Kind: Instance method of FileManagerConfig
Returns: FileManagerConfig - The instance of FileManagerConfig for method chaining.

ParamTypeDescription
fileRetryCount Number The number of times that SdlFile should attempt to be reuploaded in the event of a failure.
View on GitHub.com
Previous Section Next Section