[NUI] Add DoActionExtension to set dynamic property (#4467)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 18 Aug 2022 01:10:20 +0000 (10:10 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 22 Aug 2022 09:37:36 +0000 (18:37 +0900)
commit26f9b45564ebbfa3fc923394bc601a049e6be7a1
tree1dd2a3611faf1476bc8a0aa3e952deae48c9a941
parent93c29b085be8ebdea6112c58be958034be39b70a
[NUI] Add DoActionExtension to set dynamic property (#4467)

* [WIP][NUI] Add DoActionExtension to set dynamic property

* [NUI] Remove weak ref of Lottie and remove saved callback when disposed

* [NUI] Fix ABI break warning

* [NUI] Fix ABI break warning msg

* [NUI] Fix VS warnings

* [NUI] Fix VS warnings and add more test code in the Sample

* [NUI] Remove debugging logs

* [NUI] Fix typos by the review
src/Tizen.NUI/src/internal/Interop/Interop.View.cs
src/Tizen.NUI/src/public/BaseComponents/LottieAnimationView.cs
src/Tizen.NUI/src/public/Common/PropertyValue.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples.sln
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/LottieAnimationViewDynamicPropertyTest.cs [new file with mode: 0644]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/res/done.json [new file with mode: 0644]