[NUI] Add AlertDialog class
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 25 Nov 2020 05:29:45 +0000 (14:29 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 21 Dec 2020 12:05:23 +0000 (21:05 +0900)
commit9206e6111a3d954978e9af400f4565a78c3c5b11
tree38637cbfc599d57483c71fd2486b60056d55df81
parenta8a4e48be6d065979fbda78b8c231dd3b88b6187
[NUI] Add AlertDialog class

AlertDialog is used to show a dialog with title, message and action
buttons.

Navigator provides static method ShowAlertDialog which pushes Page
containing AlertDialog.
src/Tizen.NUI.Components/Controls/AlertDialog.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/Navigation/Navigator.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/AlertDialogSample.cs [new file with mode: 0755]