SDLOnSyncPData Class Reference

Section Contents

Overview

DEPRECATED

URL

The url

Optional

Objective-C

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

Swift

var url: String? { get set }

Timeout

How long until a timeout

Optional

Objective-C

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

Swift

var timeout: (NSNumber & SDLInt)? { get set }