Class ISN_UIAlertUtility
Static class with the collection of dialogs helper methods.
Inheritance
System.Object
ISN_UIAlertUtility
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.UIKit
Assembly: cs.temp.dll.dll
Syntax
public static class ISN_UIAlertUtility
Methods
ShowMessage(String, String)
Creates new simple alert and immediately shows it.
Declaration
public static void ShowMessage(string title, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | Alert title. |
System.String | message | Alert message. |