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

WillEnterForeground() public méthode

public WillEnterForeground ( UIApplication application ) : void
application UIApplication
Résultat 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.
        }