Share via


INSApplicationDelegate.DidBecomeActive(NSNotification) Method

Definition

[Foundation.Export("applicationDidBecomeActive:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidBecomeActive(Foundation.NSNotification notification);
[<Foundation.Export("applicationDidBecomeActive:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidBecomeActive : Foundation.NSNotification -> unit
override this.DidBecomeActive : Foundation.NSNotification -> unit

Parameters

notification
NSNotification
Attributes

Applies to