共用方式為


CPApplicationDelegate.HandleEventsForBackgroundUrl 方法

定義

中的所有 sessionIdentifier 背景傳輸都已完成,或需要驗證。 應用程式應該更新其介面,然後執行 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

參數

application
UIApplication

叫用這個委派方法的 UIApplication 參考。

sessionIdentifier
String
completionHandler
Action
屬性

適用於