summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2019-03-12 16:41:12 -0400
committerNicoleYarroch <nicole@livio.io>2019-03-12 16:41:12 -0400
commit5d6e66847e658e426667a70d29c11e4ef0c11999 (patch)
tree7e702aedcc9d0a023d48298abf57b01819402a00
parent7f8dcbf5230d21ea9b7e88704be557c5e062f6de (diff)
downloadsdl_ios-5d6e66847e658e426667a70d29c11e4ef0c11999.tar.gz
Added some more documentationfeature/issue_1166_cloud_app_transport
-rw-r--r--SmartDeviceLink/SDLCloudAppProperties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLCloudAppProperties.h b/SmartDeviceLink/SDLCloudAppProperties.h
index 76fa3b6b6..2bd33d94d 100644
--- a/SmartDeviceLink/SDLCloudAppProperties.h
+++ b/SmartDeviceLink/SDLCloudAppProperties.h
@@ -69,7 +69,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nullable, strong, nonatomic) NSString *authToken;
/**
- * Specifies the connection type Core should use.
+ * Specifies the connection type Core should use. Currently the ones that work in SDL Core are `WS` or `WSS`, but an OEM can implement their own transport adapter to handle different values.
*
* String, Optional, maxlength="100"
*/