Compartir a través de


UIApplicationDelegate_Extensions.HandleEventsForBackgroundUrl Método

Definición

Se genera cuando los eventos relacionados con un T:UIKit.NSUrlSession en segundo plano están esperando su procesamiento.

[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

Parámetros

This
IUIApplicationDelegate

Instancia en la que opera este método de extensión.

application
UIApplication
sessionIdentifier
String
completionHandler
Action
Atributos

Se aplica a