CPApplicationDelegate.HandleEventsForBackgroundUrl 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
中的所有 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
- 屬性