summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2019-03-12 16:39:01 -0400
committerNicoleYarroch <nicole@livio.io>2019-03-12 16:39:01 -0400
commit7f8dcbf5230d21ea9b7e88704be557c5e062f6de (patch)
tree731f7f00c46d17f5832c61c2d629f2ca3061a269
parentc6dac94a7b8980977b330b93332505d028d5e2ee (diff)
downloadsdl_ios-7f8dcbf5230d21ea9b7e88704be557c5e062f6de.tar.gz
Fixed some more documentation
-rw-r--r--SmartDeviceLink/SDLHybridAppPreference.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLHybridAppPreference.h b/SmartDeviceLink/SDLHybridAppPreference.h
index 921a5f6f7..e07987e78 100644
--- a/SmartDeviceLink/SDLHybridAppPreference.h
+++ b/SmartDeviceLink/SDLHybridAppPreference.h
@@ -24,6 +24,6 @@ extern SDLHybridAppPreference const SDLHybridAppPreferenceMobile;
extern SDLHybridAppPreference const SDLHybridAppPreferenceCloud;
/*
- * App preference of both mobile and cloud.
+ * App preference of both. Allows both the mobile and the cloud versions of the app to attempt to connect at the same time, however the first app that is registered is the one that is allowed to stay registered.
*/
extern SDLHybridAppPreference const SDLHybridAppPreferenceBoth;