Esempio n. 1
0
        /// <summary>
        ///     Resets all notifications and clears them from cache
        /// </summary>
        private void Reset()
        {
#if UNITY_ANDROID
            NotificationUtil.ClearNotifications();
#endif
#if UNITY_IHPONE
            NotificationServices.CancelAllLocalNotifications();
#endif
        }