Show / Hide Table of Contents

Class MessageBoxMessageManager

Message manager that shows a message box to the user. This implementation uses the Shell.Current.CurrentPage.DisplayAlert() method.

Inheritance
object
MessageBoxMessageManager
Implements
IMessageManager
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Benday.Presentation
Assembly: Benday.Presentation.dll
Syntax
public class MessageBoxMessageManager : IMessageManager

Methods

| Edit this page View Source

ShowMessage(Exception)

Show a message to the user for an exception.

Declaration
public Task ShowMessage(Exception ex)
Parameters
Type Name Description
Exception ex
Returns
Type Description
Task
| Edit this page View Source

ShowMessage(string, string)

Show a message to the user.

Declaration
public Task ShowMessage(string message, string title = "Info")
Parameters
Type Name Description
string message
string title
Returns
Type Description
Task

Implements

IMessageManager
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com