Partager via


CPApplicationDelegate.HandleEventsForBackgroundUrl Méthode

Définition

Tous les transferts en arrière-plan dans sessionIdentifier sont terminés, ou l’authentification est requise. L’application doit mettre à jour son interface, puis exécuter 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

Paramètres

application
UIApplication

Référence à l’UIApplication qui a appelé cette méthode déléguée.

sessionIdentifier
String
completionHandler
Action
Attributs

S’applique à