SDLGetAppServiceDataResponse Class Reference

Section Contents

Overview

This response includes the data that was requested from the specific service.

-initWithAppServiceData:

Convenience init.

Objective-C

- (nonnull instancetype)initWithAppServiceData:
    (nonnull SDLAppServiceData *)serviceData;

Swift

init(appServiceData serviceData: SDLAppServiceData)

Parameters

serviceData

Contains all the current data of the app service

Return Value

A SDLGetAppServiceDataResponse object

serviceData

Contains all the current data of the app service.

SDLAppServiceData, Optional

Objective-C

@property (nonatomic, strong, nullable) SDLAppServiceData *serviceData;

Swift

var serviceData: SDLAppServiceData? { get set }