UIApplicationDelegate_Extensions.OnResignActivation Method

Definition

The app is about to move from the active state to the inactive state.

public static void OnResignActivation (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application);
static member OnResignActivation : 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