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
Undocumented
- (instancetype)initWithFileName:(NSString *)fileName;
init(fileName: String)
a file reference name @discussion a String value representing a file reference name
@property (readwrite, strong, nonatomic) NSString *_Nonnull syncFileName;
var syncFileName: String { get set }