次の方法で共有


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
属性

適用対象