Shows the alert

C# | Visual Basic | Visual C++ |
public static void Show( string title, string message, Action<string> callback, params AlertOption[] options )
Public Shared Sub Show ( _ title As String, _ message As String, _ callback As Action(Of String), _ ParamArray options As AlertOption() _ )
public: static void Show( String^ title, String^ message, Action<String^>^ callback, ... array<AlertOption^>^ options )
