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
DeleteFileResponse

DeleteFileResponse Class Reference

Constructors

Instance Methods

Constructors

new DeleteFileResponse(parameters)

Initializes an instance of DeleteFileResponse.

Instance Methods

deleteFileResponse.getSpaceAvailable() ⇒ Number

Get the SpaceAvailable

Kind: Instance method of DeleteFileResponse
Returns: Number - the KEY_SPACE_AVAILABLE value

deleteFileResponse.setSpaceAvailable(available) ⇒ DeleteFileResponse

Set the SpaceAvailable

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

ParamTypeDescription
available Number Provides the total local space available on the module for the registered app. - The desired SpaceAvailable. {'num_min_value': 0, 'num_max_value': 2000000000}
View on GitHub.com
Previous Section Next Section