MonoMobile.Views.MonoMobileAppDelegate.ReceivedLocalNotification C# (CSharp) 메소드

ReceivedLocalNotification() 공개 메소드

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