AlertDialog

AlertDialog class shows a dialog with title, message, and action buttons.

AlertDialog

Add namespace

To implement AlertDialog, include Tizen.NUI.Components and namespace in your application:

avrasm
Copy
xmlns:comp="clr-namespace:Tizen.NUI.Components;assembly=Tizen.NUI.Components"

Create with property

To create an AlertDialog, follow these steps:

  1. Create AlertDialog in XAML:

    routeros
    Copy
    <comp:AlertDialog Text="dialog" Title="Title" Message="Message" Position="200,200" WidthSpecification="300" HeightSpecification="300"/>
  2. The following output is generated when the AlertDialog is created using property:

AlertDialog

  • Dependencies
    • Tizen 6.5 and Higher
WebView
Next Button
Submit your feedback to GitHub