[NUI] Update NUISettings to guide how to use Navigator in Widget
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 23 Aug 2022 04:29:07 +0000 (13:29 +0900)
committerSangHyeon Jade Lee <dltkdgus1764@gmail.com>
Tue, 30 Aug 2022 07:41:27 +0000 (16:41 +0900)
commit877e5dbdcf9964d7bc252fe4106b29e0bddf0e0e
tree03500c7233aae88240abc035d2f60b1a1d3f9996
parentcda3df444488cb65d6560a73a3484940a6a2e909
[NUI] Update NUISettings to guide how to use Navigator in Widget

To pass data between Widgets, data is passed from Widget to Main app and
Main app passes the data to another Widget.
Since this is difficult to support, NUISettings guides how to use
Navigator in Widget.
By using Widget's own Navigator, Widget knows its Navigator and its
Pages. So Widget can pass data between its Pages easily.
test/NUISettings/NUISettings/NUISettings.cs
test/NUISettings/NUISettingsReset/NUISettingsReset.cs