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

WillEnterForeground() public method

public WillEnterForeground ( UIApplication application ) : void
application UIApplication
return void
        public override void WillEnterForeground(UIApplication application)
        {
            // Called as part of the transiton from background to active state.
            // Here you can undo many of the changes made on entering the background.
        }