UIApplicationDelegate.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.
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