UIApplicationDelegate_Extensions.OnActivated Method

Definition

The app has moved from the inactive to actie state.

public static void OnActivated (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application);
static member OnActivated : UIKit.IUIApplicationDelegate * UIKit.UIApplication -> unit

Parameters

This
IUIApplicationDelegate

The instance on which this extension method operates.

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

Applies to