Compartilhar via


CPApplicationDelegate.HandleEventsForBackgroundUrl Método

Definição

Todas as transferências em segundo plano no sessionIdentifier foram concluídas ou a autenticação é necessária. O aplicativo deve atualizar sua interface e, em seguida, executar 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

Parâmetros

application
UIApplication

Referência à UIApplication que invocou esse método delegado.

sessionIdentifier
String
completionHandler
Action
Atributos

Aplica-se a