UnityEngine.NotificationServices.CancelLocalNotification C# (CSharp) Method

CancelLocalNotification() public static method

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