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

OnActivated() public method

public OnActivated ( UIApplication application ) : void
application UIApplication
return void
        public override void OnActivated(UIApplication application)
        {
            // Restart any tasks that were paused (or not yet started) while the application was inactive.
            // If the application was previously in the background, optionally refresh the user interface.
        }