Share via


UISceneDelegate.DidEnterBackground(UIScene) Method

Definition

[Foundation.Export("sceneDidEnterBackground:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidEnterBackground(UIKit.UIScene scene);
[<Foundation.Export("sceneDidEnterBackground:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidEnterBackground : UIKit.UIScene -> unit
override this.DidEnterBackground : UIKit.UIScene -> unit

Parameters

scene
UIScene

Implements

Attributes

Applies to