Xamarin.Forms.MessagingCenter Members

The members of Xamarin.Forms.MessagingCenter are listed below.

See Also: Inherited members from System.Object

Public Methods

static
Send<TSender>(TSender, string)
Sends a named message that has no arguments.
static
Send<TSender,TArgs>(TSender, string, TArgs)
Sends a named message with the specified arguments.
static
Subscribe<TSender>(object, string, Action<TSender>, TSender)
Run the callback on subscriber in response to messages that are named message and that are created by source.
static
Subscribe<TSender,TArgs>(object, string, Action<TSender, TArgs>, TSender)
Run the callback on subscriber in response to parameterized messages that are named message and that are created by source.
static
Unsubscribe<TSender>(object, string)
Unsubscribes from the specified parameterless subscriber messages.
static
Unsubscribe<TSender>(object, string)
Unsubscribes from the specified parameterized subscriber messages.