UnityEngine.NotificationServices.PresentLocalNotificationNow C# (CSharp) Method

PresentLocalNotificationNow() public static method

public static PresentLocalNotificationNow ( LocalNotification notification ) : void
notification LocalNotification
return void
		public static void PresentLocalNotificationNow(LocalNotification notification){}
		public static void CancelLocalNotification(LocalNotification notification){}