RDKEMW-13322: App Managers 0.1.0.0 Release Integration#712
Conversation
Documentation Auto-GeneratedDocumentation has been automatically generated for the changed plugins and committed to this PR branch. The generated documentation files have been added to the PR for review. |
-SetZOrder, GetZOrder, StartVncServer, StopVncServer Signed-off-by: sajilal711 <shreyas.sajilal@gmail.com>
623faae to
80ffd7d
Compare
Documentation Auto-GeneratedDocumentation has been automatically generated for the changed plugins and committed to this PR branch. The generated documentation files have been added to the PR for review. |
There was a problem hiding this comment.
Pull request overview
This PR adds four new methods to the RDKWindowManager plugin for managing window z-order and VNC server control: SetZOrder, GetZOrder, StartVncServer, and StopVncServer.
Changes:
- Added four new API methods to IRDKWindowManager interface with proper method signatures, parameter annotations, and JSON-RPC text mappings
- Updated RDKWindowManager.md documentation with complete method specifications, including parameters, return values, and example usage
- Incremented JSON-RPC example IDs throughout the documentation to maintain sequential numbering
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| apis/RDKWindowManager/IRDKWindowManager.h | Added four new method declarations: SetZOrder, GetZOrder, StartVncServer, and StopVncServer with appropriate @text and @brief annotations |
| docs/apis/RDKWindowManager.md | Added comprehensive documentation for the four new methods including parameter tables, return values, JSON-RPC examples, and updated sequential IDs for all subsequent methods |
0f59a49 to
263cda4
Compare
Documentation Auto-GeneratedDocumentation has been automatically generated for the changed plugins and committed to this PR branch. The generated documentation files have been added to the PR for review. |
b222c64 to
09417f8
Compare
Documentation Auto-GeneratedDocumentation has been automatically generated for the changed plugins and committed to this PR branch. The generated documentation files have been added to the PR for review. |
… topic/RDKEMW-12410
f4f8c66
Documentation Auto-GeneratedDocumentation has been automatically generated for the changed plugins and committed to this PR branch. The generated documentation files have been added to the PR for review. |
Version : minor