Exemplo n.º 1
0
        protected virtual void HandleOnShow()
        {
            this.SendMessageToAll("OnActivityEndShow");
            if (screenView != null)
            {
                screenView.OnScreenEndTransition(screenIndex);
            }

            if (OnShowAnimationOver != null)
            {
                OnShowAnimationOver.Invoke();
            }
        }
 void HandleOnShowAnimationOver()
 {
     OnShowAnimationOver.InvokeIfNotNull();
 }