Used to delete a file resident on the SDL module in the app’s local cache. Not supported on first generation SDL vehicles
Since SmartDeviceLink 2.0
see SDLPutFile SDLListFiles
Convenience init to delete a file
- (nonnull instancetype)initWithFileName:(nonnull NSString *)fileName;
init(fileName: String)
A file reference name
An SDLDeleteFile object
a file reference name @discussion a String value representing a file reference name
@property (nonatomic, strong) NSString *_Nonnull syncFileName;
var syncFileName: String { get set }