UIApplicationDelegate_Extensions.HandleEventsForBackgroundUrl Method

Definition

Raised when events relating to a background T:UIKit.NSUrlSession are waiting to be processed.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void HandleEventsForBackgroundUrl (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, string sessionIdentifier, Action completionHandler);
static member HandleEventsForBackgroundUrl : UIKit.IUIApplicationDelegate * UIKit.UIApplication * string * Action -> unit

Parameters

This
IUIApplicationDelegate

The instance on which this extension method operates.

application
UIApplication
sessionIdentifier
String
completionHandler
Action
Attributes

Applies to