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

DidEnterBackground() public méthode

public DidEnterBackground ( UIApplication application ) : void
application UIApplication
Résultat void
        public override void DidEnterBackground(UIApplication application)
        {
            // Use this method to release shared resources, save user data, invalidate timers and store the application state.
            // If your application supports background exection this method is called instead of WillTerminate when the user quits.
        }