-@property (copy, nonatomic) NSString* appId;
+@property (copy, nonatomic) NSString *appId;
- (void)initializeWithAppId:(NSString *)appId completionHandler:(void (^)(NSError *_Nullable error))completionHandler;
- (void)stop;
diff --git a/SmartDeviceLink/SDLSubscribeWaypoints.h b/SmartDeviceLink/SDLSubscribeWaypoints.h
index fd836371e..452536db2 100644
--- a/SmartDeviceLink/SDLSubscribeWaypoints.h
+++ b/SmartDeviceLink/SDLSubscribeWaypoints.h
@@ -15,6 +15,6 @@
@end
__deprecated_msg("Use SDLSubscribeWayPoints instead")
-@interface SDLSubscribeWaypoints : SDLSubscribeWayPoints
+ @interface SDLSubscribeWaypoints : SDLSubscribeWayPoints
-@end
+ @end
diff --git a/SmartDeviceLink/SDLSubscribeWaypointsResponse.h b/SmartDeviceLink/SDLSubscribeWaypointsResponse.h
index 7a2e1f197..963ac182b 100644
--- a/SmartDeviceLink/SDLSubscribeWaypointsResponse.h
+++ b/SmartDeviceLink/SDLSubscribeWaypointsResponse.h
@@ -8,6 +8,6 @@
@end
__deprecated_msg("Use SDLSubscribeWayPointsResponse instead")
-@interface SDLSubscribeWaypointsResponse : SDLSubscribeWayPointsResponse
+ @interface SDLSubscribeWaypointsResponse : SDLSubscribeWayPointsResponse
-@end
+ @end
diff --git a/SmartDeviceLink/SDLUnsubscribeWaypoints.h b/SmartDeviceLink/SDLUnsubscribeWaypoints.h
index 2b2be9f7b..bb6a54cb0 100644
--- a/SmartDeviceLink/SDLUnsubscribeWaypoints.h
+++ b/SmartDeviceLink/SDLUnsubscribeWaypoints.h
@@ -8,6 +8,6 @@
@end
__deprecated_msg("Use SDLUnsubscribeWayPoints instead")
-@interface SDLUnsubscribeWaypoints : SDLUnsubscribeWayPoints
+ @interface SDLUnsubscribeWaypoints : SDLUnsubscribeWayPoints
-@end
+ @end
diff --git a/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.h b/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.h
index 172669569..6df8854e5 100644
--- a/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.h
+++ b/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.h
@@ -8,6 +8,6 @@
@end
__deprecated_msg("Use SDLUnsubscribeWayPointsResponse instead")
-@interface SDLUnsubscribeWaypointsResponse : SDLUnsubscribeWayPointsResponse
+ @interface SDLUnsubscribeWaypointsResponse : SDLUnsubscribeWayPointsResponse
-@end
+ @end
diff --git a/SmartDeviceLink_Example/Info.plist b/SmartDeviceLink_Example/Info.plist
index 351821d0a..763ce529e 100644
--- a/SmartDeviceLink_Example/Info.plist
+++ b/SmartDeviceLink_Example/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 4.4.0
+ 4.5.0-beta.1
CFBundleSignature
????
CFBundleVersion
diff --git a/docs/Classes.html b/docs/Classes.html
index 93b93e95f..160cf74d8 100644
--- a/docs/Classes.html
+++ b/docs/Classes.html
@@ -83,7 +83,9 @@ Section Contents
SDLGetDTCsResponse
SDLGetVehicleData
SDLGetVehicleDataResponse
+ SDLGetWayPoints
SDLGetWaypoints
+ SDLGetWayPointsResponse
SDLGetWaypointsResponse
SDLGlobalProperty
SDLHMICapabilities
@@ -140,6 +142,7 @@ Section Contents
SDLOnTBTClientState
SDLOnTouchEvent
SDLOnVehicleData
+ SDLOnWayPointChange
SDLOnWaypointChange
SDLPRNDL
SDLParameterPermissions
@@ -213,7 +216,9 @@ Section Contents
SDLSubscribeButtonResponse
SDLSubscribeVehicleData
SDLSubscribeVehicleDataResponse
+ SDLSubscribeWayPoints
SDLSubscribeWaypoints
+ SDLSubscribeWayPointsResponse
SDLSubscribeWaypointsResponse
SDLSyncMsgVersion
SDLSyncPData
@@ -242,7 +247,9 @@ Section Contents
SDLUnsubscribeButtonResponse
SDLUnsubscribeVehicleData
SDLUnsubscribeVehicleDataResponse
+ SDLUnsubscribeWayPoints
SDLUnsubscribeWaypoints
+ SDLUnsubscribeWayPointsResponse
SDLUnsubscribeWaypointsResponse
SDLUpdateMode
SDLUpdateTurnList
@@ -2039,13 +2046,36 @@ Swift
+
+ SDLGetWayPoints
+
+
+ Undocumented
+
+ See more
+
+
+
+
+
SDLGetWaypoints
Undocumented
- See more
+
+
+
+
+
+
+ SDLGetWayPointsResponse
+
+
+ Undocumented
+
+ See more
@@ -2057,7 +2087,6 @@
Undocumented
- See more
@@ -3157,13 +3186,24 @@ Swift
+
+ SDLOnWayPointChange
+
+
+ Undocumented
+
+ See more
+
+
+
+
+
SDLOnWaypointChange
Undocumented
- See more
@@ -4664,8 +4704,8 @@ Swift
-
- SDLSubscribeWaypoints
+
+ SDLSubscribeWayPoints
A SDLSubscribeWaypoints can be sent to subscribe
@@ -4680,15 +4720,37 @@
Objective-C
- @interface SDLSubscribeWaypoints : SDLRPCRequest
+ @interface SDLSubscribeWayPoints : SDLRPCRequest
Swift
- class SDLSubscribeWaypoints : SDLRPCRequest
+ class SDLSubscribeWayPoints : SDLRPCRequest
+
+ SDLSubscribeWaypoints
+
+
+
Undocumented
+
+
+
+
+
+
+
+ SDLSubscribeWayPointsResponse
+
+
+ Undocumented
+
+
+
+
+
+
SDLSubscribeWaypointsResponse
@@ -5243,6 +5305,17 @@ Swift
+
+ SDLUnsubscribeWayPoints
+
+
+ Undocumented
+
+
+
+
+
+
SDLUnsubscribeWaypoints
@@ -5254,6 +5327,17 @@
+
+ SDLUnsubscribeWayPointsResponse
+
+
+
Undocumented
+
+
+
+
+
+
SDLUnsubscribeWaypointsResponse
diff --git a/docs/Classes/SDLGetWaypoints.html b/docs/Classes/SDLGetWaypoints.html
index 17ea3202a..eccd857b1 100644
--- a/docs/Classes/SDLGetWaypoints.html
+++ b/docs/Classes/SDLGetWaypoints.html
@@ -1,4 +1,4 @@
-SDLGetWaypoints Class Reference
+SDLGetWayPoints Class Reference
Section Contents
diff --git a/docs/Classes/SDLGetWaypointsResponse.html b/docs/Classes/SDLGetWaypointsResponse.html
index 24d98c36e..b485b1739 100644
--- a/docs/Classes/SDLGetWaypointsResponse.html
+++ b/docs/Classes/SDLGetWaypointsResponse.html
@@ -1,4 +1,4 @@
-SDLGetWaypointsResponse Class Reference
+SDLGetWayPointsResponse Class Reference
Section Contents
diff --git a/docs/Classes/SDLOnWaypointChange.html b/docs/Classes/SDLOnWaypointChange.html
index 31f7a4e0f..be37a886f 100644
--- a/docs/Classes/SDLOnWaypointChange.html
+++ b/docs/Classes/SDLOnWaypointChange.html
@@ -1,4 +1,4 @@
-SDLOnWaypointChange Class Reference
+SDLOnWayPointChange Class Reference
Section Contents
diff --git a/docs/Classes/SDLPerformInteraction.html b/docs/Classes/SDLPerformInteraction.html
index 3af74c633..b0927195e 100644
--- a/docs/Classes/SDLPerformInteraction.html
+++ b/docs/Classes/SDLPerformInteraction.html
@@ -12,6 +12,7 @@ Section Contents
-initWithInitialPrompt:initialText:interactionChoiceSetIDList:helpPrompt:timeoutPrompt:interactionMode:timeout:
-initWithInitialPrompt:initialText:interactionChoiceSetIDList:helpPrompt:timeoutPrompt:interactionMode:timeout:vrHelp:
-initWithInitialChunks:initialText:interactionChoiceSetIDList:helpChunks:timeoutChunks:interactionMode:timeout:vrHelp:
+ -initWithInitialChunks:initialText:interactionChoiceSetIDList:helpChunks:timeoutChunks:interactionMode:timeout:vrHelp:interactionLayout:
initialText
initialPrompt
interactionMode
@@ -189,6 +190,21 @@ Objective-C
+
+ -initWithInitialChunks:initialText:interactionChoiceSetIDList:helpChunks:timeoutChunks:interactionMode:timeout:vrHelp:interactionLayout:
+
+
+ Undocumented
+
+
+
+ Objective-C
+ @interface SDLPerformInteraction : SDLRPCRequest
+
+
+
+
+
initialText
diff --git a/docs/Constants.html b/docs/Constants.html
index d1563e76e..f006b9b76 100644
--- a/docs/Constants.html
+++ b/docs/Constants.html
@@ -26,6 +26,7 @@ Section Contents
SDLDidReceiveGenericResponse
SDLDidReceiveGetDTCsResponse
SDLDidReceiveGetVehicleDataResponse
+ SDLDidReceiveGetWaypointsResponse
SDLDidReceiveListFilesResponse
SDLDidReceivePerformAudioPassThruResponse
SDLDidReceivePerformInteractionResponse
@@ -45,11 +46,13 @@ Section Contents
SDLDidReceiveSpeakResponse
SDLDidReceiveSubscribeButtonResponse
SDLDidReceiveSubscribeVehicleDataResponse
+ SDLDidReceiveSubscribeWaypointsResponse
SDLDidReceiveSyncPDataResponse
SDLDidReceiveUpdateTurnListResponse
SDLDidReceiveUnregisterAppInterfaceResponse
SDLDidReceiveUnsubscribeButtonResponse
SDLDidReceiveUnsubscribeVehicleDataResponse
+ SDLDidReceiveUnsubscribeWaypointsResponse
SDLDidChangeDriverDistractionStateNotification
SDLDidChangeHMIStatusNotification
SDLDidReceiveAudioPassThruNotification
@@ -68,6 +71,7 @@ Section Contents
SDLDidChangeTurnByTurnStateNotification
SDLDidReceiveTouchEventNotification
SDLDidReceiveVehicleDataNotification
+ SDLDidReceiveWaypointNotification
SDLProtocolSecurityErrorDomain
SDLErrorDomainStreamingMediaVideo
SDLErrorDomainStreamingMediaAudio
@@ -335,6 +339,17 @@
+
+ SDLDidReceiveGetWaypointsResponse
+
+
+
Undocumented
+
+
+
+
+
+
SDLDidReceiveListFilesResponse
@@ -544,6 +559,17 @@
+
+ SDLDidReceiveSubscribeWaypointsResponse
+
+
+
Undocumented
+
+
+
+
+
+
SDLDidReceiveSyncPDataResponse
@@ -599,6 +625,17 @@
+
+ SDLDidReceiveUnsubscribeWaypointsResponse
+
+
+
Undocumented
+
+
+
+
+
+
SDLDidChangeDriverDistractionStateNotification
@@ -797,6 +834,17 @@
+
+ SDLDidReceiveWaypointNotification
+
+
+
Undocumented
+
+
+
+
+
+
SDLProtocolSecurityErrorDomain
diff --git a/docs/Protocols/SDLProxyListener.html b/docs/Protocols/SDLProxyListener.html
index efb3a93c8..75a3e820b 100644
--- a/docs/Protocols/SDLProxyListener.html
+++ b/docs/Protocols/SDLProxyListener.html
@@ -25,6 +25,7 @@ Section Contents
-onGenericResponse:
-onGetDTCsResponse:
-onGetVehicleDataResponse:
+ -onGetWayPointsResponse:
-onListFilesResponse:
-onReceivedLockScreenIcon:
-onOnAppInterfaceUnregistered:
@@ -43,6 +44,7 @@ Section Contents
-onOnTBTClientState:
-onOnTouchEvent:
-onOnVehicleData:
+ -onOnWayPointChange:
-onPerformAudioPassThruResponse:
-onPerformInteractionResponse:
-onPutFileResponse:
@@ -61,11 +63,13 @@ Section Contents
-onSpeakResponse:
-onSubscribeButtonResponse:
-onSubscribeVehicleDataResponse:
+ -onSubscribeWayPointsResponse:
-onSyncPDataResponse:
-onUpdateTurnListResponse:
-onUnregisterAppInterfaceResponse:
-onUnsubscribeButtonResponse:
-onUnsubscribeVehicleDataResponse:
+ -onUnsubscribeWayPointsResponse:
Overview
@@ -316,6 +320,17 @@
+
+ -onGetWayPointsResponse:
+
+
+
Undocumented
+
+
+
+
+
+
-onListFilesResponse:
@@ -514,6 +529,17 @@
+
+ -onOnWayPointChange:
+
+
+
Undocumented
+
+
+
+
+
+
@@ -712,6 +738,17 @@
+
+ -onSubscribeWayPointsResponse:
+
+
+
Undocumented
+
+
+
+
+
+
-onSyncPDataResponse:
@@ -767,4 +804,15 @@
+
+ -onUnsubscribeWayPointsResponse:
+
+
+
Undocumented
+
+
+
+
+
+
diff --git a/docs/Protocols/SDLSecurityType.html b/docs/Protocols/SDLSecurityType.html
index a3ad3061f..b19263ba7 100644
--- a/docs/Protocols/SDLSecurityType.html
+++ b/docs/Protocols/SDLSecurityType.html
@@ -3,6 +3,7 @@ SDLSecurityType Protocol Reference
Section Contents
+ - appId
- -initializeWithAppId:completionHandler:
- -stop
- -runHandshakeWithClientData:error:
@@ -17,6 +18,17 @@ Overview
+
+ appId
+
+
+ Undocumented
+
+
+
+
+
+
-initializeWithAppId:completionHandler:
diff --git a/docs/index.html b/docs/index.html
index 64f7fd2bb..82ef49f34 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -164,10 +164,14 @@
url: Classes/SDLGetVehicleData.html
- name: SDLGetVehicleDataResponse
url: Classes/SDLGetVehicleDataResponse.html
+ - name: SDLGetWayPoints
+ url: Classes/SDLGetWayPoints.html
+ - name: SDLGetWayPointsResponse
+ url: Classes/SDLGetWayPointsResponse.html
- name: SDLGetWaypoints
- url: Classes/SDLGetWaypoints.html
+ url: Classes.html#/c:objc(cs)SDLGetWaypoints
- name: SDLGetWaypointsResponse
- url: Classes/SDLGetWaypointsResponse.html
+ url: Classes.html#/c:objc(cs)SDLGetWaypointsResponse
- name: SDLGlobalProperty
url: Classes/SDLGlobalProperty.html
- name: SDLHMICapabilities
@@ -278,8 +282,10 @@
url: Classes/SDLOnTouchEvent.html
- name: SDLOnVehicleData
url: Classes/SDLOnVehicleData.html
+ - name: SDLOnWayPointChange
+ url: Classes/SDLOnWayPointChange.html
- name: SDLOnWaypointChange
- url: Classes/SDLOnWaypointChange.html
+ url: Classes.html#/c:objc(cs)SDLOnWaypointChange
- name: SDLPRNDL
url: Classes/SDLPRNDL.html
- name: SDLParameterPermissions
@@ -424,6 +430,10 @@
url: Classes/SDLSubscribeVehicleData.html
- name: SDLSubscribeVehicleDataResponse
url: Classes/SDLSubscribeVehicleDataResponse.html
+ - name: SDLSubscribeWayPoints
+ url: Classes.html#/c:objc(cs)SDLSubscribeWayPoints
+ - name: SDLSubscribeWayPointsResponse
+ url: Classes.html#/c:objc(cs)SDLSubscribeWayPointsResponse
- name: SDLSubscribeWaypoints
url: Classes.html#/c:objc(cs)SDLSubscribeWaypoints
- name: SDLSubscribeWaypointsResponse
@@ -482,6 +492,10 @@
url: Classes/SDLUnsubscribeVehicleData.html
- name: SDLUnsubscribeVehicleDataResponse
url: Classes/SDLUnsubscribeVehicleDataResponse.html
+ - name: SDLUnsubscribeWayPoints
+ url: Classes.html#/c:objc(cs)SDLUnsubscribeWayPoints
+ - name: SDLUnsubscribeWayPointsResponse
+ url: Classes.html#/c:objc(cs)SDLUnsubscribeWayPointsResponse
- name: SDLUnsubscribeWaypoints
url: Classes.html#/c:objc(cs)SDLUnsubscribeWaypoints
- name: SDLUnsubscribeWaypointsResponse
@@ -584,6 +598,8 @@
url: Constants.html#/c:@SDLDidReceiveGetDTCsResponse
- name: SDLDidReceiveGetVehicleDataResponse
url: Constants.html#/c:@SDLDidReceiveGetVehicleDataResponse
+ - name: SDLDidReceiveGetWaypointsResponse
+ url: Constants.html#/c:@SDLDidReceiveGetWaypointsResponse
- name: SDLDidReceiveKeyboardInputNotification
url: Constants.html#/c:@SDLDidReceiveKeyboardInputNotification
- name: SDLDidReceiveListFilesResponse
@@ -628,6 +644,8 @@
url: Constants.html#/c:@SDLDidReceiveSubscribeButtonResponse
- name: SDLDidReceiveSubscribeVehicleDataResponse
url: Constants.html#/c:@SDLDidReceiveSubscribeVehicleDataResponse
+ - name: SDLDidReceiveSubscribeWaypointsResponse
+ url: Constants.html#/c:@SDLDidReceiveSubscribeWaypointsResponse
- name: SDLDidReceiveSyncPDataResponse
url: Constants.html#/c:@SDLDidReceiveSyncPDataResponse
- name: SDLDidReceiveSystemRequestNotification
@@ -640,12 +658,16 @@
url: Constants.html#/c:@SDLDidReceiveUnsubscribeButtonResponse
- name: SDLDidReceiveUnsubscribeVehicleDataResponse
url: Constants.html#/c:@SDLDidReceiveUnsubscribeVehicleDataResponse
+ - name: SDLDidReceiveUnsubscribeWaypointsResponse
+ url: Constants.html#/c:@SDLDidReceiveUnsubscribeWaypointsResponse
- name: SDLDidReceiveUpdateTurnListResponse
url: Constants.html#/c:@SDLDidReceiveUpdateTurnListResponse
- name: SDLDidReceiveVehicleDataNotification
url: Constants.html#/c:@SDLDidReceiveVehicleDataNotification
- name: SDLDidReceiveVehicleIconNotification
url: Constants.html#/c:@SDLDidReceiveVehicleIconNotification
+ - name: SDLDidReceiveWaypointNotification
+ url: Constants.html#/c:@SDLDidReceiveWaypointNotification
- name: SDLErrorDomainStreamingMediaAudio
url: Constants.html#/c:@SDLErrorDomainStreamingMediaAudio
- name: SDLErrorDomainStreamingMediaVideo
diff --git a/docs/undocumented.json b/docs/undocumented.json
index bca17f283..f044b929d 100644
--- a/docs/undocumented.json
+++ b/docs/undocumented.json
@@ -1997,21 +1997,35 @@
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLGetWaypoints.h",
- "line": 8,
- "symbol": "SDLGetWaypoints",
+ "line": 9,
+ "symbol": "SDLGetWayPoints",
"symbol_kind": "sourcekitten.source.lang.objc.decl.class",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLGetWaypoints.h",
- "line": 10,
- "symbol": "SDLGetWaypoints.-initWithType:",
+ "line": 11,
+ "symbol": "SDLGetWayPoints.-initWithType:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
+ {
+ "file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLGetWaypoints.h",
+ "line": 24,
+ "symbol": "SDLGetWaypoints",
+ "symbol_kind": "sourcekitten.source.lang.objc.decl.class",
+ "warning": "undocumented"
+ },
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLGetWaypointsResponse.h",
"line": 8,
+ "symbol": "SDLGetWayPointsResponse",
+ "symbol_kind": "sourcekitten.source.lang.objc.decl.class",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLGetWaypointsResponse.h",
+ "line": 22,
"symbol": "SDLGetWaypointsResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.class",
"warning": "undocumented"
@@ -2319,42 +2333,42 @@
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLKeyboardProperties.h",
- "line": 17,
+ "line": 18,
"symbol": "SDLKeyboardProperties.-initWithLanguage:layout:keypressMode:limitedCharacterList:autoCompleteText:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLKeyboardProperties.h",
- "line": 19,
+ "line": 20,
"symbol": "SDLKeyboardProperties.language",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLKeyboardProperties.h",
- "line": 20,
+ "line": 21,
"symbol": "SDLKeyboardProperties.keyboardLayout",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLKeyboardProperties.h",
- "line": 21,
+ "line": 22,
"symbol": "SDLKeyboardProperties.keypressMode",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLKeyboardProperties.h",
- "line": 22,
+ "line": 23,
"symbol": "SDLKeyboardProperties.limitedCharacterList",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLKeyboardProperties.h",
- "line": 23,
+ "line": 24,
"symbol": "SDLKeyboardProperties.autoCompleteText",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
@@ -2775,314 +2789,342 @@
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 82,
- "symbol": "SDLDidReceiveListFilesResponse",
+ "symbol": "SDLDidReceiveGetWaypointsResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 83,
- "symbol": "SDLDidReceivePerformAudioPassThruResponse",
+ "symbol": "SDLDidReceiveListFilesResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 84,
- "symbol": "SDLDidReceivePerformInteractionResponse",
+ "symbol": "SDLDidReceivePerformAudioPassThruResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 85,
- "symbol": "SDLDidReceivePutFileResponse",
+ "symbol": "SDLDidReceivePerformInteractionResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 86,
- "symbol": "SDLDidReceiveReadDIDResponse",
+ "symbol": "SDLDidReceivePutFileResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 87,
- "symbol": "SDLDidReceiveRegisterAppInterfaceResponse",
+ "symbol": "SDLDidReceiveReadDIDResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 88,
- "symbol": "SDLDidReceiveResetGlobalPropertiesResponse",
+ "symbol": "SDLDidReceiveRegisterAppInterfaceResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 89,
- "symbol": "SDLDidReceiveScrollableMessageResponse",
+ "symbol": "SDLDidReceiveResetGlobalPropertiesResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 90,
- "symbol": "SDLDidReceiveSendLocationResponse",
+ "symbol": "SDLDidReceiveScrollableMessageResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 91,
- "symbol": "SDLDidReceiveSetAppIconResponse",
+ "symbol": "SDLDidReceiveSendLocationResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 92,
- "symbol": "SDLDidReceiveSetDisplayLayoutResponse",
+ "symbol": "SDLDidReceiveSetAppIconResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 93,
- "symbol": "SDLDidReceiveSetGlobalPropertiesResponse",
+ "symbol": "SDLDidReceiveSetDisplayLayoutResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 94,
- "symbol": "SDLDidReceiveSetMediaClockTimerResponse",
+ "symbol": "SDLDidReceiveSetGlobalPropertiesResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 95,
- "symbol": "SDLDidReceiveShowConstantTBTResponse",
+ "symbol": "SDLDidReceiveSetMediaClockTimerResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 96,
- "symbol": "SDLDidReceiveShowResponse",
+ "symbol": "SDLDidReceiveShowConstantTBTResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 97,
- "symbol": "SDLDidReceiveSliderResponse",
+ "symbol": "SDLDidReceiveShowResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 98,
- "symbol": "SDLDidReceiveSpeakResponse",
+ "symbol": "SDLDidReceiveSliderResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 99,
- "symbol": "SDLDidReceiveSubscribeButtonResponse",
+ "symbol": "SDLDidReceiveSpeakResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 100,
- "symbol": "SDLDidReceiveSubscribeVehicleDataResponse",
+ "symbol": "SDLDidReceiveSubscribeButtonResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 101,
- "symbol": "SDLDidReceiveSyncPDataResponse",
+ "symbol": "SDLDidReceiveSubscribeVehicleDataResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 102,
- "symbol": "SDLDidReceiveUpdateTurnListResponse",
+ "symbol": "SDLDidReceiveSubscribeWaypointsResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 103,
- "symbol": "SDLDidReceiveUnregisterAppInterfaceResponse",
+ "symbol": "SDLDidReceiveSyncPDataResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 104,
- "symbol": "SDLDidReceiveUnsubscribeButtonResponse",
+ "symbol": "SDLDidReceiveUpdateTurnListResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
"line": 105,
+ "symbol": "SDLDidReceiveUnregisterAppInterfaceResponse",
+ "symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
+ "line": 106,
+ "symbol": "SDLDidReceiveUnsubscribeButtonResponse",
+ "symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
+ "line": 107,
"symbol": "SDLDidReceiveUnsubscribeVehicleDataResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 111,
+ "line": 108,
+ "symbol": "SDLDidReceiveUnsubscribeWaypointsResponse",
+ "symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
+ "line": 114,
"symbol": "SDLDidChangeDriverDistractionStateNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 112,
+ "line": 115,
"symbol": "SDLDidChangeHMIStatusNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 113,
+ "line": 116,
"symbol": "SDLDidReceiveAudioPassThruNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 114,
+ "line": 117,
"symbol": "SDLDidReceiveAppUnregisteredNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 115,
+ "line": 118,
"symbol": "SDLDidReceiveButtonEventNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 116,
+ "line": 119,
"symbol": "SDLDidReceiveButtonPressNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 117,
+ "line": 120,
"symbol": "SDLDidReceiveCommandNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 118,
+ "line": 121,
"symbol": "SDLDidReceiveEncodedDataNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 119,
+ "line": 122,
"symbol": "SDLDidReceiveKeyboardInputNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 120,
+ "line": 123,
"symbol": "SDLDidChangeLanguageNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 121,
+ "line": 124,
"symbol": "SDLDidChangeLockScreenStatusNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 122,
+ "line": 125,
"symbol": "SDLDidReceiveNewHashNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 123,
+ "line": 126,
"symbol": "SDLDidReceiveVehicleIconNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 124,
+ "line": 127,
"symbol": "SDLDidChangePermissionsNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 125,
+ "line": 128,
"symbol": "SDLDidReceiveSystemRequestNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 126,
+ "line": 129,
"symbol": "SDLDidChangeTurnByTurnStateNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 127,
+ "line": 130,
"symbol": "SDLDidReceiveTouchEventNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 128,
+ "line": 131,
"symbol": "SDLDidReceiveVehicleDataNotification",
"symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 130,
+ "line": 132,
+ "symbol": "SDLDidReceiveWaypointNotification",
+ "symbol_kind": "sourcekitten.source.lang.objc.decl.constant",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
+ "line": 134,
"symbol": "SDLNotificationConstants",
"symbol_kind": "sourcekitten.source.lang.objc.decl.class",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 132,
+ "line": 136,
"symbol": "SDLNotificationConstants.+allResponseNames",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.class",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLNotificationConstants.h",
- "line": 133,
+ "line": 137,
"symbol": "SDLNotificationConstants.+allButtonEventNotifications",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.class",
"warning": "undocumented"
@@ -3426,6 +3468,13 @@
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLOnWaypointChange.h",
"line": 8,
+ "symbol": "SDLOnWayPointChange",
+ "symbol_kind": "sourcekitten.source.lang.objc.decl.class",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLOnWaypointChange.h",
+ "line": 20,
"symbol": "SDLOnWaypointChange",
"symbol_kind": "sourcekitten.source.lang.objc.decl.class",
"warning": "undocumented"
@@ -3488,14 +3537,21 @@
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLPerformInteraction.h",
- "line": 53,
+ "line": 54,
"symbol": "SDLPerformInteraction.-initWithInitialChunks:initialText:interactionChoiceSetIDList:helpChunks:timeoutChunks:interactionMode:timeout:vrHelp:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLPerformInteraction.h",
- "line": 99,
+ "line": 56,
+ "symbol": "SDLPerformInteraction.-initWithInitialChunks:initialText:interactionChoiceSetIDList:helpChunks:timeoutChunks:interactionMode:timeout:vrHelp:interactionLayout:",
+ "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLPerformInteraction.h",
+ "line": 102,
"symbol": "SDLPerformInteraction.interactionLayout",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
@@ -4671,452 +4727,480 @@
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 68,
+ "line": 72,
"symbol": "SDLProxyListener",
"symbol_kind": "sourcekitten.source.lang.objc.decl.protocol",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 70,
+ "line": 74,
"symbol": "SDLProxyListener.-onOnDriverDistraction:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 71,
+ "line": 75,
"symbol": "SDLProxyListener.-onOnHMIStatus:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 72,
+ "line": 76,
"symbol": "SDLProxyListener.-onProxyClosed",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 73,
+ "line": 77,
"symbol": "SDLProxyListener.-onProxyOpened",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 77,
+ "line": 81,
"symbol": "SDLProxyListener.-onAddCommandResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 78,
+ "line": 82,
"symbol": "SDLProxyListener.-onAddSubMenuResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 79,
+ "line": 83,
"symbol": "SDLProxyListener.-onAlertManeuverResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 80,
+ "line": 84,
"symbol": "SDLProxyListener.-onAlertResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 81,
+ "line": 85,
"symbol": "SDLProxyListener.-onChangeRegistrationResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 82,
+ "line": 86,
"symbol": "SDLProxyListener.-onCreateInteractionChoiceSetResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 83,
+ "line": 87,
"symbol": "SDLProxyListener.-onDeleteCommandResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 84,
+ "line": 88,
"symbol": "SDLProxyListener.-onDeleteFileResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 85,
+ "line": 89,
"symbol": "SDLProxyListener.-onDeleteInteractionChoiceSetResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 86,
+ "line": 90,
"symbol": "SDLProxyListener.-onDeleteSubMenuResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 87,
+ "line": 91,
"symbol": "SDLProxyListener.-onDiagnosticMessageResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 88,
+ "line": 92,
"symbol": "SDLProxyListener.-onDialNumberResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 89,
+ "line": 93,
"symbol": "SDLProxyListener.-onEncodedSyncPDataResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 90,
+ "line": 94,
"symbol": "SDLProxyListener.-onEndAudioPassThruResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 91,
+ "line": 95,
"symbol": "SDLProxyListener.-onError:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 92,
+ "line": 96,
"symbol": "SDLProxyListener.-onGenericResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 93,
+ "line": 97,
"symbol": "SDLProxyListener.-onGetDTCsResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 94,
+ "line": 98,
"symbol": "SDLProxyListener.-onGetVehicleDataResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 95,
+ "line": 99,
+ "symbol": "SDLProxyListener.-onGetWayPointsResponse:",
+ "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
+ "line": 100,
"symbol": "SDLProxyListener.-onListFilesResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 96,
+ "line": 101,
"symbol": "SDLProxyListener.-onReceivedLockScreenIcon:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 97,
+ "line": 102,
"symbol": "SDLProxyListener.-onOnAppInterfaceUnregistered:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 98,
+ "line": 103,
"symbol": "SDLProxyListener.-onOnAudioPassThru:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 99,
+ "line": 104,
"symbol": "SDLProxyListener.-onOnButtonEvent:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 100,
+ "line": 105,
"symbol": "SDLProxyListener.-onOnButtonPress:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 101,
+ "line": 106,
"symbol": "SDLProxyListener.-onOnCommand:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 102,
+ "line": 107,
"symbol": "SDLProxyListener.-onOnEncodedSyncPData:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 103,
+ "line": 108,
"symbol": "SDLProxyListener.-onOnHashChange:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 104,
+ "line": 109,
"symbol": "SDLProxyListener.-onOnKeyboardInput:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 105,
+ "line": 110,
"symbol": "SDLProxyListener.-onOnLanguageChange:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 106,
+ "line": 111,
"symbol": "SDLProxyListener.-onOnLockScreenNotification:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 107,
+ "line": 112,
"symbol": "SDLProxyListener.-onOnPermissionsChange:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 108,
+ "line": 113,
"symbol": "SDLProxyListener.-onOnSyncPData:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 109,
+ "line": 114,
"symbol": "SDLProxyListener.-onOnSystemRequest:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 110,
+ "line": 115,
"symbol": "SDLProxyListener.-onOnTBTClientState:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 111,
+ "line": 116,
"symbol": "SDLProxyListener.-onOnTouchEvent:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 112,
+ "line": 117,
"symbol": "SDLProxyListener.-onOnVehicleData:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 113,
+ "line": 118,
+ "symbol": "SDLProxyListener.-onOnWayPointChange:",
+ "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
+ "line": 119,
"symbol": "SDLProxyListener.-onPerformAudioPassThruResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 114,
+ "line": 120,
"symbol": "SDLProxyListener.-onPerformInteractionResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 115,
+ "line": 121,
"symbol": "SDLProxyListener.-onPutFileResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 116,
+ "line": 122,
"symbol": "SDLProxyListener.-onReadDIDResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 117,
+ "line": 123,
"symbol": "SDLProxyListener.-onRegisterAppInterfaceResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 118,
+ "line": 124,
"symbol": "SDLProxyListener.-onResetGlobalPropertiesResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 119,
+ "line": 125,
"symbol": "SDLProxyListener.-onScrollableMessageResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 120,
+ "line": 126,
"symbol": "SDLProxyListener.-onSendLocationResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 121,
+ "line": 127,
"symbol": "SDLProxyListener.-onSetAppIconResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 122,
+ "line": 128,
"symbol": "SDLProxyListener.-onSetDisplayLayoutResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 123,
+ "line": 129,
"symbol": "SDLProxyListener.-onSetGlobalPropertiesResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 124,
+ "line": 130,
"symbol": "SDLProxyListener.-onSetMediaClockTimerResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 125,
+ "line": 131,
"symbol": "SDLProxyListener.-onShowConstantTBTResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 126,
+ "line": 132,
"symbol": "SDLProxyListener.-onShowResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 127,
+ "line": 133,
"symbol": "SDLProxyListener.-onSliderResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 128,
+ "line": 134,
"symbol": "SDLProxyListener.-onSpeakResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 129,
+ "line": 135,
"symbol": "SDLProxyListener.-onSubscribeButtonResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 130,
+ "line": 136,
"symbol": "SDLProxyListener.-onSubscribeVehicleDataResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 131,
+ "line": 137,
+ "symbol": "SDLProxyListener.-onSubscribeWayPointsResponse:",
+ "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
+ "line": 138,
"symbol": "SDLProxyListener.-onSyncPDataResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 132,
+ "line": 139,
"symbol": "SDLProxyListener.-onUpdateTurnListResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 133,
+ "line": 140,
"symbol": "SDLProxyListener.-onUnregisterAppInterfaceResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 134,
+ "line": 141,
"symbol": "SDLProxyListener.-onUnsubscribeButtonResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
- "line": 135,
+ "line": 142,
"symbol": "SDLProxyListener.-onUnsubscribeVehicleDataResponse:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
+ {
+ "file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLProxyListener.h",
+ "line": 143,
+ "symbol": "SDLProxyListener.-onUnsubscribeWayPointsResponse:",
+ "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
+ "warning": "undocumented"
+ },
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLPutFile.h",
"line": 32,
@@ -5133,7 +5217,7 @@
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLPutFile.h",
- "line": 36,
+ "line": 37,
"symbol": "SDLPutFile.-initWithFileName:fileType:persistentFile:systemFile:offset:length:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
@@ -6177,41 +6261,48 @@
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSecurityType.h",
"line": 15,
+ "symbol": "SDLSecurityType.appId",
+ "symbol_kind": "sourcekitten.source.lang.objc.decl.property",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSecurityType.h",
+ "line": 17,
"symbol": "SDLSecurityType.-initializeWithAppId:completionHandler:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSecurityType.h",
- "line": 16,
+ "line": 18,
"symbol": "SDLSecurityType.-stop",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSecurityType.h",
- "line": 18,
+ "line": 20,
"symbol": "SDLSecurityType.-runHandshakeWithClientData:error:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSecurityType.h",
- "line": 20,
+ "line": 22,
"symbol": "SDLSecurityType.-encryptData:withError:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSecurityType.h",
- "line": 21,
+ "line": 23,
"symbol": "SDLSecurityType.-decryptData:withError:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSecurityType.h",
- "line": 23,
+ "line": 25,
"symbol": "SDLSecurityType.+availableMakes",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.class",
"warning": "undocumented"
@@ -6337,49 +6428,49 @@
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSetGlobalProperties.h",
- "line": 36,
+ "line": 37,
"symbol": "SDLSetGlobalProperties.-initWithHelpText:timeoutText:vrHelpTitle:vrHelp:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSetGlobalProperties.h",
- "line": 38,
+ "line": 40,
"symbol": "SDLSetGlobalProperties.-initWithHelpText:timeoutText:vrHelpTitle:vrHelp:menuTitle:menuIcon:keyboardProperties:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSetGlobalProperties.h",
- "line": 98,
+ "line": 100,
"symbol": "SDLSetGlobalProperties.menuTitle",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSetGlobalProperties.h",
- "line": 99,
+ "line": 101,
"symbol": "SDLSetGlobalProperties.menuIcon",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSetGlobalProperties.h",
- "line": 100,
+ "line": 102,
"symbol": "SDLSetGlobalProperties.keyboardProperties",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSetMediaClockTimer.h",
- "line": 34,
+ "line": 35,
"symbol": "SDLSetMediaClockTimer.-initWithUpdateMode:hours:minutes:seconds:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSetMediaClockTimer.h",
- "line": 36,
+ "line": 37,
"symbol": "SDLSetMediaClockTimer.-initWithUpdateMode:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
@@ -6414,98 +6505,98 @@
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLShowConstantTBT.h",
- "line": 21,
+ "line": 19,
"symbol": "SDLShowConstantTBT.-init",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLShowConstantTBT.h",
- "line": 22,
+ "line": 20,
"symbol": "SDLShowConstantTBT.-initWithDictionary:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLShowConstantTBT.h",
- "line": 24,
+ "line": 22,
"symbol": "SDLShowConstantTBT.-initWithNavigationText1:navigationText2:eta:timeToDestination:totalDistance:turnIcon:nextTurnIcon:distanceToManeuver:distanceToManeuverScale:maneuverComplete:softButtons:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLShowConstantTBT.h",
- "line": 26,
+ "line": 24,
"symbol": "SDLShowConstantTBT.navigationText1",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLShowConstantTBT.h",
- "line": 27,
+ "line": 25,
"symbol": "SDLShowConstantTBT.navigationText2",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLShowConstantTBT.h",
- "line": 28,
+ "line": 26,
"symbol": "SDLShowConstantTBT.eta",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLShowConstantTBT.h",
- "line": 29,
+ "line": 27,
"symbol": "SDLShowConstantTBT.timeToDestination",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLShowConstantTBT.h",
- "line": 30,
+ "line": 28,
"symbol": "SDLShowConstantTBT.totalDistance",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLShowConstantTBT.h",
- "line": 31,
+ "line": 29,
"symbol": "SDLShowConstantTBT.turnIcon",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLShowConstantTBT.h",
- "line": 32,
+ "line": 30,
"symbol": "SDLShowConstantTBT.nextTurnIcon",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLShowConstantTBT.h",
- "line": 33,
+ "line": 31,
"symbol": "SDLShowConstantTBT.distanceToManeuver",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLShowConstantTBT.h",
- "line": 34,
+ "line": 32,
"symbol": "SDLShowConstantTBT.distanceToManeuverScale",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLShowConstantTBT.h",
- "line": 35,
+ "line": 33,
"symbol": "SDLShowConstantTBT.maneuverComplete",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLShowConstantTBT.h",
- "line": 36,
+ "line": 34,
"symbol": "SDLShowConstantTBT.softButtons",
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
@@ -7042,16 +7133,30 @@
"symbol_kind": "sourcekitten.source.lang.objc.decl.property",
"warning": "undocumented"
},
+ {
+ "file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSubscribeWaypoints.h",
+ "line": 18,
+ "symbol": "SDLSubscribeWaypoints",
+ "symbol_kind": "sourcekitten.source.lang.objc.decl.class",
+ "warning": "undocumented"
+ },
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSubscribeWaypointsResponse.h",
"line": 6,
+ "symbol": "SDLSubscribeWayPointsResponse",
+ "symbol_kind": "sourcekitten.source.lang.objc.decl.class",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSubscribeWaypointsResponse.h",
+ "line": 11,
"symbol": "SDLSubscribeWaypointsResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.class",
"warning": "undocumented"
},
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLSyncMsgVersion.h",
- "line": 26,
+ "line": 27,
"symbol": "SDLSyncMsgVersion.-initWithMajorVersion:minorVersion:",
"symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance",
"warning": "undocumented"
@@ -7717,6 +7822,13 @@
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLUnsubscribeWaypoints.h",
"line": 6,
+ "symbol": "SDLUnsubscribeWayPoints",
+ "symbol_kind": "sourcekitten.source.lang.objc.decl.class",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLUnsubscribeWaypoints.h",
+ "line": 11,
"symbol": "SDLUnsubscribeWaypoints",
"symbol_kind": "sourcekitten.source.lang.objc.decl.class",
"warning": "undocumented"
@@ -7724,6 +7836,13 @@
{
"file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.h",
"line": 6,
+ "symbol": "SDLUnsubscribeWayPointsResponse",
+ "symbol_kind": "sourcekitten.source.lang.objc.decl.class",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/joel/Projects/SDL/sdl_ios/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.h",
+ "line": 11,
"symbol": "SDLUnsubscribeWaypointsResponse",
"symbol_kind": "sourcekitten.source.lang.objc.decl.class",
"warning": "undocumented"