UIKit.UIApplicationDelegate.OnActivated Method
Called when the application is launched and every time the app returns to the foreground.

Syntax

[Foundation.Export("applicationDidBecomeActive:")]
public virtual void OnActivated (UIApplication application)

See Also

UIApplicationDelegate.OnResignActivation

Parameters

application
Reference to the UIApplication that invoked this delegate method.

Remarks

Because iOS applications should be designed to be long-lived, with many transitions between foreground processing and suspension or background processing, this method is generally the proper place to ensure that all the resources and state information for foreground processing are available and properly configured.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0