This notification tells an app to upload and update a file with a given name.
@since SDL 7.0.0
- (nonnull instancetype)initWithFileName:(nonnull NSString *)fileName;
init(fileName: String)
- fileName
A SDLOnUpdateFile object
File reference name. {“default_value”: null, “max_length”: 255, “min_length”: 1}
@property (nonatomic, strong) NSString *_Nonnull fileName;
var fileName: String { get set }