SDLPutFileResponse Class Reference

Section Contents

Overview

Response to SDLPutFile

Since SmartDeviceLink 2.0

spaceAvailable

Provides the total local space available in SDL Core for the registered app. If the transfer has systemFile enabled, then the value will be set to 0 automatically.

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLInt> *spaceAvailable;

Swift

var spaceAvailable: (NSNumber & SDLInt)? { get set }