Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
iOS Documentation
SDLOnAppServiceData

SDLOnAppServiceData Class Reference

Section Contents

Overview

This notification includes the data that is updated from the specific service.

-initWithServiceData:

Convenience init for all parameters.

Objective-C

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

Swift

init(serviceData: SDLAppServiceData)

Parameters

serviceData

The updated app service data

Return Value

A SDLOnAppServiceData object

serviceData

The updated app service data.

SDLAppServiceData, Required

Objective-C

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

Swift

var serviceData: SDLAppServiceData { get set }
View on GitHub.com
Previous Section Next Section