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
SDLOnEncodedSyncPData

SDLOnEncodedSyncPData Class Reference

Section Contents

Overview

Callback including encoded data of any SyncP packets that SYNC needs to send back to the mobile device. Legacy / v1 Protocol implementation; responds to EncodedSyncPData. *** DEPRECATED ***

data

Contains base64 encoded string of SyncP packets.

Objective-C

@property (nonatomic, strong) NSArray<NSString *> *_Nonnull data;

Swift

var data: [String] { get set }

URL

If blank, the SyncP data shall be forwarded to the app. If not blank, the SyncP data shall be forwarded to the provided URL.

Objective-C

@property (nonatomic, strong, nullable) NSString *URL;

Swift

var url: String? { get set }

Timeout

If blank, the SyncP data shall be forwarded to the app. If not blank, the SyncP data shall be forwarded with the provided timeout in seconds.

Objective-C

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

Swift

var timeout: (NSNumber & SDLInt)? { get set }
View on GitHub.com
Previous Section Next Section