次の方法で共有


UIApplicationDelegate_Extensions.HandleEventsForBackgroundUrl メソッド

定義

バックグラウンド に関連するイベントが処理を待機しているときに発生します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void HandleEventsForBackgroundUrl (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, string sessionIdentifier, Action completionHandler);
static member HandleEventsForBackgroundUrl : UIKit.IUIApplicationDelegate * UIKit.UIApplication * string * Action -> unit

パラメーター

This
IUIApplicationDelegate

この拡張メソッドが動作するインスタンス。

application
UIApplication
sessionIdentifier
String
completionHandler
Action
属性

適用対象