Response to SDLListFiles
Since SmartDeviceLink 2.0
An array of all filenames resident on the module for the given registered app. If omitted, then no files currently reside on the system.
@property (nonatomic, strong, nullable) NSArray<NSString *> *filenames;
var filenames: [String]? { get set }
Provides the total local space available on the module for the registered app.
@property (nonatomic, strong, nullable) NSNumber<SDLInt> *spaceAvailable;
var spaceAvailable: (NSNumber & SDLInt)? { get set }