CSJ2K.iOS.Test.AppDelegate.OnResignActivation C# (CSharp) Méthode

OnResignActivation() public méthode

public OnResignActivation ( UIApplication application ) : void
application UIApplication
Résultat void
        public override void OnResignActivation(UIApplication application)
        {
            // Invoked when the application is about to move from active to inactive state.
            // This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message)
            // or when the user quits the application and it begins the transition to the background state.
            // Games should use this method to pause the game.
        }