MonoMobile.Views.MonoMobileAppDelegate.ReceivedLocalNotification C# (CSharp) Method

ReceivedLocalNotification() public method

public ReceivedLocalNotification ( UIApplication application, UILocalNotification notification ) : void
application UIApplication
notification UILocalNotification
return void
		public override void ReceivedLocalNotification(UIApplication application, UILocalNotification notification)
		{
			if (MonoMobileApplication.ReceivedLocalNoticiationAction != null)
				MonoMobileApplication.ReceivedLocalNoticiationAction(notification);
		}