C# Class Catel.Xamarin.Forms.MessagingCenter

The Messaging Center Helper
Show file Open project: Catel/Catel

Public Methods

Method Description
SendAlert ( Page sender, string caption, string message, string positiveButton, string negativeButton ) : TaskCompletionSource

Sends the alert.

Private Methods

Method Description
Send ( object sender, Type typeOfSender, string message, IArgumentsProxy argumentsProxy ) : TaskCompletionSource

Sends the specified type of sender.

SendAlert ( Page sender, IArgumentsProxy arguments ) : TaskCompletionSource

Sends the alert.

Method Details

SendAlert() public static method

Sends the alert.
public static SendAlert ( Page sender, string caption, string message, string positiveButton, string negativeButton ) : TaskCompletionSource
sender Page The sender.
caption string The caption.
message string The message.
positiveButton string The positive button.
negativeButton string The negative button.
return TaskCompletionSource