BuildItConfigSample.iOS.AppDelegate.OnResignActivation C# (CSharp) Метод

OnResignActivation() публичный Метод

public OnResignActivation ( UIApplication application ) : void
application UIApplication
Результат void
		public override void OnResignActivation (UIApplication application)
		{
			// Invoked when the application is about to move from active to inactive state.
			// This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) 
			// or when the user quits the application and it begins the transition to the background state.
			// Games should use this method to pause the game.
		}