UnityEngine.NotificationServices.ScheduleLocalNotification C# (CSharp) Method

ScheduleLocalNotification() public static method

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