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 }