Share via


NSApplicationDelegate_Extensions Class

Definition

Extension methods to the INSApplicationDelegate interface to support all the methods from the NSApplicationDelegate protocol.

public static class NSApplicationDelegate_Extensions
type NSApplicationDelegate_Extensions = class
Inheritance
NSApplicationDelegate_Extensions

Remarks

The extension methods for INSApplicationDelegate interface allow developers to treat instances of the interface as having all the optional methods of the original NSApplicationDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

Name Description
ApplicationDockMenu(INSApplicationDelegate, NSApplication)
ApplicationOpenUntitledFile(INSApplicationDelegate, NSApplication)
ApplicationShouldHandleReopen(INSApplicationDelegate, NSApplication, Boolean)
ApplicationShouldOpenUntitledFile(INSApplicationDelegate, NSApplication)
ApplicationShouldTerminate(INSApplicationDelegate, NSApplication)
ApplicationShouldTerminateAfterLastWindowClosed(INSApplicationDelegate, NSApplication)
ContinueUserActivity(INSApplicationDelegate, NSApplication, NSUserActivity, ContinueUserActivityRestorationHandler)
DecodedRestorableState(INSApplicationDelegate, NSApplication, NSCoder)
DidBecomeActive(INSApplicationDelegate, NSNotification)
DidFinishLaunching(INSApplicationDelegate, NSNotification)
DidHide(INSApplicationDelegate, NSNotification)
DidResignActive(INSApplicationDelegate, NSNotification)
DidUnhide(INSApplicationDelegate, NSNotification)
DidUpdate(INSApplicationDelegate, NSNotification)
FailedToContinueUserActivity(INSApplicationDelegate, NSApplication, String, NSError)
FailedToRegisterForRemoteNotifications(INSApplicationDelegate, NSApplication, NSError)
GetHandler(INSApplicationDelegate, NSApplication, INIntent)
HandlesKey(INSApplicationDelegate, NSApplication, String)
OpenFile(INSApplicationDelegate, NSApplication, String)
OpenFiles(INSApplicationDelegate, NSApplication, String[])
OpenFileWithoutUI(INSApplicationDelegate, NSObject, String)
OpenTempFile(INSApplicationDelegate, NSApplication, String)
OpenUrls(INSApplicationDelegate, NSApplication, NSUrl[])
PrintFile(INSApplicationDelegate, NSApplication, String)
PrintFiles(INSApplicationDelegate, NSApplication, String[], NSDictionary, Boolean)
ProtectedDataDidBecomeAvailable(INSApplicationDelegate, NSNotification)
ProtectedDataWillBecomeUnavailable(INSApplicationDelegate, NSNotification)
ReceivedRemoteNotification(INSApplicationDelegate, NSApplication, NSDictionary)
RegisteredForRemoteNotifications(INSApplicationDelegate, NSApplication, NSData)
ScreenParametersChanged(INSApplicationDelegate, NSNotification)
ShouldAutomaticallyLocalizeKeyEquivalents(INSApplicationDelegate, NSApplication)
SupportsSecureRestorableState(INSApplicationDelegate, NSApplication)
UpdatedUserActivity(INSApplicationDelegate, NSApplication, NSUserActivity)
UserDidAcceptCloudKitShare(INSApplicationDelegate, NSApplication, CKShareMetadata)
WillBecomeActive(INSApplicationDelegate, NSNotification)
WillContinueUserActivity(INSApplicationDelegate, NSApplication, String)
WillEncodeRestorableState(INSApplicationDelegate, NSApplication, NSCoder)
WillFinishLaunching(INSApplicationDelegate, NSNotification)
WillHide(INSApplicationDelegate, NSNotification)
WillPresentError(INSApplicationDelegate, NSApplication, NSError)
WillResignActive(INSApplicationDelegate, NSNotification)
WillTerminate(INSApplicationDelegate, NSNotification)
WillUnhide(INSApplicationDelegate, NSNotification)
WillUpdate(INSApplicationDelegate, NSNotification)

Applies to