UIApplicationDelegate_Extensions.HandleEventsForBackgroundUrl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The instance on which this extension method operates.
- application
- UIApplication
- sessionIdentifier
- String
- completionHandler
- Action
- Attributes