UIApplicationDelegate_Extensions.WillFinishLaunching Method

Definition

Indicates that the app is about to finish its launching procedures.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool WillFinishLaunching (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSDictionary launchOptions);
static member WillFinishLaunching : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSDictionary -> bool

Parameters

This
IUIApplicationDelegate

The instance on which this extension method operates.

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

launchOptions
NSDictionary

An NSDictionary with the launch options, can be null. Possible key values are UIApplication's LaunchOption static properties.

Returns

Attributes

Applies to