summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMykola Korniichuk <mkorniichuk@luxoft.com>2018-10-29 14:03:09 +0200
committerMykola Korniichuk <mkorniichuk@luxoft.com>2018-10-29 14:03:09 +0200
commit705a5db93c3f282e2e67834208341398187fded6 (patch)
tree4ca54bf0a929e4bbf1b66ebaee50d512212a91fd /README.md
parentd36316738785c96dab2ee892762ed08c059fffde (diff)
downloadsdl_core-705a5db93c3f282e2e67834208341398187fded6.tar.gz
Open Menu RPC
Current commit contains brand new RPC "ShowAppMenu". The built-in menu button shows the list of menu entries added with AddCommand. But since this button is hidden for projection apps, the menu is not accessible anymore. So the application should be allowed to send a request to show the built-in menu view. ShowAppMenu RPC allows projection application to send a request to open the built-in app menu or any previously added sub menu by a corresponding id.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 86d07c3d83..6166a51344 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,7 @@ There are several RPCs that are "required" to be implemented in order for SDL to
* DeleteCommand
* AddSubMenu
* DeleteSubMenu
+ * ShowAppMenu
* CreateInteractionChoiceSet
* PerformInteraction
* DeleteInteractionChoiceSet