summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordyn Mackool <42153846+jordynmackool@users.noreply.github.com>2020-09-24 13:35:31 -0400
committerGitHub <noreply@github.com>2020-09-24 13:35:31 -0400
commit9ace89b9aa715999459ec1274738fd755a5bbcc3 (patch)
treea40afb7accbe7f6eceb9d6ba8125f84812ddf45b
parentc6f6c75696c7299629987c61f0e332e07fa9407e (diff)
downloadsdl_ios-9ace89b9aa715999459ec1274738fd755a5bbcc3.tar.gz
Update docs/Classes/SDLScreenManager.html
Co-authored-by: theresalech <theresa@livio.io>
-rw-r--r--docs/Classes/SDLScreenManager.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Classes/SDLScreenManager.html b/docs/Classes/SDLScreenManager.html
index e19e5655b..5deacbecf 100644
--- a/docs/Classes/SDLScreenManager.html
+++ b/docs/Classes/SDLScreenManager.html
@@ -351,7 +351,7 @@
<p>The current status for dynamic menu updates. A dynamic menu update allows for smarter building of menu changes. If this status is set to <code>SDLDynamicMenuUpdatesModeForceOn</code>, menu updates will only create add commands for new items and delete commands for items no longer appearing in the menu. This helps reduce possible RPCs failures as there will be significantly less commands sent to the HMI.</p>
-<p>If set to <code>SDLDynamicMenuUpdatesModeForceOff</code>, menu updates will work the legacy way. This means when a new menu is set the entire old menu is deleted and add commands are created for every item regardless if the item appears in both the old and new menu. This method is RPCs heavy and may cause some failures when creating and updating large menus.</p>
+<p>If set to <code>SDLDynamicMenuUpdatesModeForceOff</code>, menu updates will work the legacy way. This means when a new menu is set, the entire old menu is deleted and add commands are created for every item regardless of if the item appears in both the old and new menu. This method is RPCs heavy and may cause some failures when creating and updating large menus.</p>
<p>We recommend using either <code>SDLDynamicMenuUpdatesModeOnWithCompatibility</code> or <code>SDLDynamicMenuUpdatesModeForceOn</code>. <code>SDLDynamicMenuUpdatesModeOnWithCompatibility</code> turns dynamic updates off for head units that we know have poor compatibility with dynamic updates (e.g. they have bugs that cause menu items to not be placed correctly).</p>