IUserInformer Interface
Informs the user in a platform specific way: supports alerts and navigation to external URLs.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public interface IUserInformer
Public Interface IUserInformer
public interface class IUserInformer
type IUserInformer = interface end
| NavigateTo(String) |
Parses the specified string as absolute URI, checks it and navigates to it in a platform specific way.
|
| NavigateTo(Uri) |
Checks the specified absolute URI and navigates to it in a platform specific way.
|
| ShowAlert |
Shows an alert message using AppShortTitle as the title of the message box.
|