• Home
  • Raw
  • Download

Lines Matching full:application

24     // The UIApplicationDelegate for the application. This class is responsible for launching the
25 …// User Interface of the application, as well as listening (and optionally responding) to applicat…
37 … public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions) in FinishedLaunching() argument
39 // Override point for customization after application launch. in FinishedLaunching()
40 // If not required for your application you can safely delete this method in FinishedLaunching()
45 public override void OnResignActivation(UIApplication application) in OnResignActivation() argument
47 // Invoked when the application is about to move from active to inactive state. in OnResignActivation()
49 … // or when the user quits the application and it begins the transition to the background state. in OnResignActivation()
53 public override void DidEnterBackground(UIApplication application) in DidEnterBackground() argument
55 …hod to release shared resources, save user data, invalidate timers and store the application state. in DidEnterBackground()
56 …// If your application supports background exection this method is called instead of WillTerminate… in DidEnterBackground()
59 public override void WillEnterForeground(UIApplication application) in WillEnterForeground() argument
65 public override void OnActivated(UIApplication application) in OnActivated() argument
67 … // Restart any tasks that were paused (or not yet started) while the application was inactive. in OnActivated()
68 … // If the application was previously in the background, optionally refresh the user interface. in OnActivated()
71 public override void WillTerminate(UIApplication application) in WillTerminate() argument
73 …// Called when the application is about to terminate. Save data, if needed. See also DidEnterBackg… in WillTerminate()