UIApplicationDelegate.HandleEventsForBackgroundUrl Method

Definition

All background transfers in sessionIdentifier are finished, or authentication is required. The application should update its interface and then run completionHander.

[Foundation.Export("application:handleEventsForBackgroundURLSession:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void HandleEventsForBackgroundUrl (UIKit.UIApplication application, string sessionIdentifier, Action completionHandler);
abstract member HandleEventsForBackgroundUrl : UIKit.UIApplication * string * Action -> unit
override this.HandleEventsForBackgroundUrl : UIKit.UIApplication * string * Action -> unit

Parameters

application
UIApplication
sessionIdentifier
String
completionHandler
Action
Attributes

Applies to