[NUI] Modify seamless bug & update sample (#2102)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Tue, 20 Oct 2020 06:10:49 +0000 (15:10 +0900)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 06:10:49 +0000 (15:10 +0900)
commit7a943f9d91b53d7b6b48904ec7c1009fa2742221
treebbc97dc5c41f84be7aa1c46c9bf8dbb7b51a72c0
parent7a206f9c23f89004d89e69c645d8116b117fb201
[NUI] Modify seamless bug & update sample (#2102)

- Set the default X value to be set even if it is not SlideIn.
- Set the parameter 'toProvider' value of 'SendLaunchRequest' to true.
  For FrameBroker, this value must be set to true.
- Update sample code : Add Event callback
- Need to check
 * This sample is currently not working normally in wearable.
 * Backward animation is not performed.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/Tizen.NUI/src/internal/FrameBroker/DefaultFrameBroker.cs
src/Tizen.NUI/src/public/TransitionAnimations/TransitionAnimations.cs
src/Tizen.NUI/src/public/TransitionOptions/TransitionOptions.cs
test/Tizen.NUI.Seamless/NUISimpleCallee/NUISimpleCallee.cs
test/Tizen.NUI.Seamless/NUISimpleCaller/NUISimpleCaller.cs