CSJ2K.iOS.Test.AppDelegate.DidEnterBackground C# (CSharp) Method

DidEnterBackground() public method

public DidEnterBackground ( UIApplication application ) : void
application UIApplication
return 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.
        }