This response includes the data that was requested from the specific service.
Convenience init.
- (nonnull instancetype)initWithAppServiceData:
(nonnull SDLAppServiceData *)serviceData;
init(appServiceData serviceData: SDLAppServiceData)
Contains all the current data of the app service
A SDLGetAppServiceDataResponse object
Contains all the current data of the app service.
SDLAppServiceData, Optional
@property (nonatomic, strong, nullable) SDLAppServiceData *serviceData;
var serviceData: SDLAppServiceData? { get set }