Exemplo n.º 1
0
        /// <summary>
        /// Handles an <c>onUserRatingEvent</c> event
        /// </summary>
        public void onUserRatingEvent()
        {
            SoomlaUtils.LogDebug(TAG, "SOOMLA/UNITY onUserRatingEvent");

            ProfileEvents.OnUserRatingEvent();
            //ProfileEvents.OnUserRatingEvent (new UserRatingEvent());
        }
Exemplo n.º 2
0
        /// <summary>
        /// Opens the app rating page.
        ///
        /// NOTE: This operation requires a successful login.
        /// </summary>
        public static void OpenAppRatingPage()
        {
            instance._openAppRatingPage();

            ProfileEvents.OnUserRatingEvent();
        }