[NUI] Applicatoin.FlushUpdateMessage
authorEunki, Hong <eunkiki.hong@samsung.com>
Mon, 21 Aug 2023 01:44:28 +0000 (10:44 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Tue, 22 Aug 2023 06:52:05 +0000 (15:52 +0900)
commit7c0d8442af66e707ef10f6d2ce9847a1c58a6958
treee3bdcd03668155138bd8d6ffa36ae431e9291b32
parent5b9bb707dfd16a7b49492e48bdc468bdc2abba9c
[NUI] Applicatoin.FlushUpdateMessage

Add new API to relayout & flush update/render thread messages.

It is for advanced app developer.
This API will flush all queued messages and rendering well.
But if we call it frequency, it will occure main thread overhead.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/internal/Application/Application.cs
src/Tizen.NUI/src/internal/Interop/Interop.Application.cs
src/Tizen.NUI/src/public/Application/NUIApplication.cs
src/Tizen.NUI/src/public/Application/NUIWidgetApplication.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/DaliDemo/DaliDemo.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/FlushApplicationMessageSample.cs [new file with mode: 0644]