UnityEngine.NotificationServices.GetLocalNotification C# (CSharp) Method

GetLocalNotification() public static method

public static GetLocalNotification ( int index ) : LocalNotification
index int
return LocalNotification
		public static LocalNotification GetLocalNotification(int index){}
		public static void ScheduleLocalNotification(LocalNotification notification){}