示例#1
0
        public void CancelAllNotification()
        {
            if (notification != null)
            {
                notification.CancelAllNotification();
            }

#if UNITY_IOS
            CancelAllNotificationIOS();
#endif
        }