UIKit.UIApplicationDelegate_Extensions Members

The members of UIKit.UIApplicationDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
AccessibilityPerformMagicTap(this IUIApplicationDelegate) : bool
Performs the most important action of the app. Often, this is toggling the most important state of the app.
static
ApplicationSignificantTimeChange(this IUIApplicationDelegate, UIApplication)
Indicates a significant change in time, such as midnight, change to Daylight Savings, or a shift in timezone.
static
ChangedStatusBarFrame(this IUIApplicationDelegate, UIApplication, CoreGraphics.CGRect)
Indicates that the frame of the status bar has changed.
static
ContinueUserActivity(this IUIApplicationDelegate, UIApplication, Foundation.NSUserActivity, UIApplicationRestorationHandler) : bool
Documentation for this section has not yet been entered.
static
DidChangeStatusBarOrientation(this IUIApplicationDelegate, UIApplication, UIInterfaceOrientation)
Indicates that the orientation of the status bar has changed.
static
DidDecodeRestorableState(this IUIApplicationDelegate, UIApplication, Foundation.NSCoder)
Indicates that the app should restore highest-level state.
static
DidEnterBackground(this IUIApplicationDelegate, UIApplication)
Indicates that the application has entered the background.
static
DidFailToContinueUserActivitiy(this IUIApplicationDelegate, UIApplication, string, Foundation.NSError)
Documentation for this section has not yet been entered.
static
DidReceiveRemoteNotification(this IUIApplicationDelegate, UIApplication, Foundation.NSDictionary, Action<UIBackgroundFetchResult>)
Indicates that the app received a remote notification.
static
DidRegisterUserNotificationSettings(this IUIApplicationDelegate, UIApplication, UIUserNotificationSettings)
Documentation for this section has not yet been entered.
static
FailedToRegisterForRemoteNotifications(this IUIApplicationDelegate, UIApplication, Foundation.NSError)
Indicates that Apple Push Service did not successfully compete the registration process.
static
FinishedLaunching(this IUIApplicationDelegate, UIApplication)
The application has finished launching.
static
FinishedLaunching(this IUIApplicationDelegate, UIApplication, Foundation.NSDictionary) : bool
Indicates that launching has finished and the app will shortly begin running.
static
GetSupportedInterfaceOrientations(this IUIApplicationDelegate, UIApplication, UIWindow) : UIInterfaceOrientationMask
The interface orientations supported by the app.
static
GetViewController(this IUIApplicationDelegate, UIApplication, string[], Foundation.NSCoder) : UIViewController
Retrieves the UIViewController identified by the last value in the restorationIdentifierComponents parameter.
static
GetWindow(this IUIApplicationDelegate) : UIWindow
Documentation for this section has not yet been entered.
static
HandleAction(this IUIApplicationDelegate, UIApplication, string, Foundation.NSDictionary, Action)
Documentation for this section has not yet been entered.
static
HandleAction(this IUIApplicationDelegate, UIApplication, string, UILocalNotification, Action)
Documentation for this section has not yet been entered.
static
HandleEventsForBackgroundUrl(this IUIApplicationDelegate, UIApplication, string, Action)
Documentation for this section has not yet been entered.
static
HandleOpenURL(this IUIApplicationDelegate, UIApplication, Foundation.NSUrl) : bool
Developers should use UIApplicationDelegate.OpenUrl rather than this deprecated method.
static
OnActivated(this IUIApplicationDelegate, UIApplication)
The app has moved from the inactive to actie state.
static
OnResignActivation(this IUIApplicationDelegate, UIApplication)
The app is about to move from the active state to the inactive state.
static
OpenUrl(this IUIApplicationDelegate, UIApplication, Foundation.NSUrl, string, Foundation.NSObject) : bool
Loads a resource from the specified URL.
static
PerformFetch(this IUIApplicationDelegate, UIApplication, Action<UIBackgroundFetchResult>)
Indicates that the application can begin a fetch operation if it has data to download.
static
ProtectedDataDidBecomeAvailable(this IUIApplicationDelegate, UIApplication)
Protected files are now available.
static
ProtectedDataWillBecomeUnavailable(this IUIApplicationDelegate, UIApplication)
Indicates that protected files are about to be encrypted and unavailable for reading.
static
ReceivedLocalNotification(this IUIApplicationDelegate, UIApplication, UILocalNotification)
Indicates that the app received a local notification.
static
ReceivedRemoteNotification(this IUIApplicationDelegate, UIApplication, Foundation.NSDictionary)
Indicates that the app received a remote notification.
static
ReceiveMemoryWarning(this IUIApplicationDelegate, UIApplication)
The app has received a low-memory warning from the system.
static
RegisteredForRemoteNotifications(this IUIApplicationDelegate, UIApplication, Foundation.NSData)
Indicates that the device successfully registered with Apple Push Service.
static
SetWindow(this IUIApplicationDelegate, UIWindow)
Documentation for this section has not yet been entered.
static
ShouldAllowExtensionPointIdentifier(this IUIApplicationDelegate, UIApplication, Foundation.NSString) : bool
Documentation for this section has not yet been entered.
static
ShouldRestoreApplicationState(this IUIApplicationDelegate, UIApplication, Foundation.NSCoder) : bool
Whether the application should restore saved state information.
static
ShouldSaveApplicationState(this IUIApplicationDelegate, UIApplication, Foundation.NSCoder) : bool
Whether the application should save application state information.
static
UserActivityUpdated(this IUIApplicationDelegate, UIApplication, Foundation.NSUserActivity)
Documentation for this section has not yet been entered.
static
WillChangeStatusBarFrame(this IUIApplicationDelegate, UIApplication, CoreGraphics.CGRect)
Indicates that the frame of the status bar is about to change.
static
WillChangeStatusBarOrientation(this IUIApplicationDelegate, UIApplication, UIInterfaceOrientation, double)
Indicates that the orientation of the status bar is about to change.
static
WillContinueUserActivity(this IUIApplicationDelegate, UIApplication, string) : bool
Documentation for this section has not yet been entered.
static
WillEncodeRestorableState(this IUIApplicationDelegate, UIApplication, Foundation.NSCoder)
Indicates that the app is about to store application state data.
static
WillEnterForeground(this IUIApplicationDelegate, UIApplication)
Indicates that the application is about to enter the foreground.
static
WillFinishLaunching(this IUIApplicationDelegate, UIApplication, Foundation.NSDictionary) : bool
Indicates that the app is about to finish its launching procedures.
static
WillTerminate(this IUIApplicationDelegate, UIApplication)
Indicates that the app is about to terminate.