Ejemplo n.º 1
0
        async public override void OnNotificationReceived(Microsoft.Azure.Mobile.Push.PushNotificationReceivedEventArgs args)
        {
            base.OnNotificationReceived(args);

            if (Game.HasEnded || IsBusy)
            {
                return;
            }

            await RefreshGame();
        }
Ejemplo n.º 2
0
 public override void OnPushNotificationReceieved(Microsoft.Azure.Mobile.Push.PushNotificationReceivedEventArgs PushNotificationEventArgs)
 {
 }